Commit 6fc922fb authored by Valentina Fioretti's avatar Valentina Fioretti
Browse files

tests

parent dde15844
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -37,5 +37,4 @@ struct PhysDerivedRegister : PhysClassFactory {
};



#endif
+5 −1
Original line number Diff line number Diff line
@@ -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"
@@ -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;


@@ -80,6 +83,7 @@ THELSatellite::THELSatellite() {

THELSatellite::~THELSatellite() {}


void THELSatellite::DefinePhysicList(G4RunManager * runManager) {

 /*
+4 −3
Original line number Diff line number Diff line
@@ -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:
@@ -46,6 +46,7 @@ public:

    void ConstructSDandField();
    
    
};

#endif