21 #include <G4GDMLParser.hh>
31 #define LogDebug(exp) std::cout<<"DEBUG: " <<__FUNCTION__<<": "<<__LINE__<<": "<< exp << std::endl
32 #define LogError(exp) std::cout<<"ERROR: " <<__FUNCTION__<<": "<<__LINE__<<": "<< exp << std::endl
33 #define LogWarning(exp) std::cout<<"WARNING: "<<__FUNCTION__<<": "<<__LINE__<<": "<< exp << std::endl
36 const std::string& name):
37 _geometrySchema(
"geometry_G17_run3"),
40 _out_name(
"geom.gdml"),
56 parser.Write(_out_name.c_str(), detector->
Construct());
int End(PHCompositeNode *topNode)
Called at the end of all processing.
int Init(PHCompositeNode *topNode)
DetectorConstructionWrapper(const std::string &name="DetectorConstructionWrapper")
G4VPhysicalVolume * Construct()