1#ifndef EXAMPLES_GEOTOGDMLDUMPSVC_H
2#define EXAMPLES_GEOTOGDMLDUMPSVC_H
7#include "GaudiKernel/Service.h"
29 Gaudi::Property<std::string>
m_gdmlFileName{
this,
"gdml",
"GeantDetector.gdml",
"Output GDML file name"};
Service that dumps the geometry retrieved from the DD4hep GeoSvc to GDML file.
Definition GeoToGdmlDumpSvc.h:16
virtual ~GeoToGdmlDumpSvc()
Destructor.
Definition GeoToGdmlDumpSvc.h:25
virtual StatusCode finalize()
Finalize.
Definition GeoToGdmlDumpSvc.cpp:26
GeoToGdmlDumpSvc(const std::string &name, ISvcLocator *svcLoc)
Constructor.
Definition GeoToGdmlDumpSvc.cpp:9
Gaudi::Property< std::string > m_gdmlFileName
Name of the GDML output file.
Definition GeoToGdmlDumpSvc.h:29
virtual StatusCode initialize()
Initialize.
Definition GeoToGdmlDumpSvc.cpp:11