32 #include "DetectorConstruction0.hh" 33 #include "GeantinoPhysicsList.hh" 34 #include "GpsPrimaryGeneratorAction.hh" 35 #include "GunPrimaryGeneratorAction.hh" 37 #include "G4RunManager.hh" 38 #include "FTFP_BERT.hh" 49 auto runManager =
new G4RunManager;
50 auto physicsList =
new FTFP_BERT;
51 runManager->SetUserInitialization(physicsList);
55 auto detectorConstruction0 =
new DetectorConstruction0;
58 auto geantinoPhysicsList =
new GeantinoPhysicsList();
61 auto gpsPrimaryGeneratorAction =
new GpsPrimaryGeneratorAction();
62 auto gunPrimaryGeneratorAction =
new GunPrimaryGeneratorAction();
65 delete detectorConstruction;
66 delete detectorConstruction0;
67 delete geantinoPhysicsList;
68 delete gpsPrimaryGeneratorAction;
69 delete gunPrimaryGeneratorAction;