Loading code/PhysClassFactory.hh +0 −1 Original line number Diff line number Diff line Loading @@ -37,5 +37,4 @@ struct PhysDerivedRegister : PhysClassFactory { }; #endif code/THELSatellite.cc +5 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ #if defined(GEANT4_11_1) #include "AREMBESPhys.hh" #include "FTFP_BERT.hh" //#include "EXACRAD.hh" //#include "GDMLread.hh" //#include "GeometryCOSI.hh" Loading Loading @@ -70,6 +70,9 @@ using namespace std; GeoClassFactory::map_type * GeoClassFactory::map = NULL; PhysClassFactory::map_type * PhysClassFactory::map = NULL; #include "PhysClassFactory.hh" #include "FTFP_BERT.hh" //std::map<std::string, std::function<std::shared_ptr<G4VUserDetectorConstruction>()>> ClassFactory::classMap; Loading @@ -80,6 +83,7 @@ THELSatellite::THELSatellite() { THELSatellite::~THELSatellite() {} void THELSatellite::DefinePhysicList(G4RunManager * runManager) { /* Loading code/THELSatellite.hh +4 −3 Original line number Diff line number Diff line Loading @@ -23,8 +23,8 @@ class G4VPhysicalVolume; class G4Material; class G4Region; #include "G4VUserDetectorConstruction.hh" #include "FTFP_BERT.hh" #include "PhysClassFactory.hh" class THELSatellite : public G4VUserDetectorConstruction { public: Loading @@ -46,6 +46,7 @@ public: void ConstructSDandField(); }; #endif Loading
code/PhysClassFactory.hh +0 −1 Original line number Diff line number Diff line Loading @@ -37,5 +37,4 @@ struct PhysDerivedRegister : PhysClassFactory { }; #endif
code/THELSatellite.cc +5 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ #if defined(GEANT4_11_1) #include "AREMBESPhys.hh" #include "FTFP_BERT.hh" //#include "EXACRAD.hh" //#include "GDMLread.hh" //#include "GeometryCOSI.hh" Loading Loading @@ -70,6 +70,9 @@ using namespace std; GeoClassFactory::map_type * GeoClassFactory::map = NULL; PhysClassFactory::map_type * PhysClassFactory::map = NULL; #include "PhysClassFactory.hh" #include "FTFP_BERT.hh" //std::map<std::string, std::function<std::shared_ptr<G4VUserDetectorConstruction>()>> ClassFactory::classMap; Loading @@ -80,6 +83,7 @@ THELSatellite::THELSatellite() { THELSatellite::~THELSatellite() {} void THELSatellite::DefinePhysicList(G4RunManager * runManager) { /* Loading
code/THELSatellite.hh +4 −3 Original line number Diff line number Diff line Loading @@ -23,8 +23,8 @@ class G4VPhysicalVolume; class G4Material; class G4Region; #include "G4VUserDetectorConstruction.hh" #include "FTFP_BERT.hh" #include "PhysClassFactory.hh" class THELSatellite : public G4VUserDetectorConstruction { public: Loading @@ -46,6 +46,7 @@ public: void ConstructSDandField(); }; #endif