1 #include "EnergyDepositAction.fcl"
2 #include "AuxDetAction.fcl"
3 #include "G4SimulationParameters.fcl"
10 GeantCommandFile: "GArG4.mac"
11 DetRegionName: ["volGArTPC","volBarrelECal", "volEndcapECal"] #Volumes used to defined detector regions for the production cut and user step limits
12 GArSimParsPSet: @local::standard_g4simpars
13 AuxDetActionPSet: @local::standard_auxdetaction
14 EDepActionPSet: @local::standard_energydepositaction
15 G4PhysListName: "garg4::PhysicsList"
17 DumpParticleList: false
19 MaxStepSize: [1.0, 5.0, 5.0] # mm
20 ProductionCut: 0.1 # mm
21 KeepParticlesInVolumes: []
24 standard_geant_dayone:
27 GeantCommandFile: "GArG4.mac"
28 DetRegionName: ["volTracker"] #Volumes used to defined detector regions for the production cut and user step limits
29 GArSimParsPSet: @local::standard_g4simpars
30 AuxDetActionPSet: @local::standard_auxdetaction
31 EDepActionPSet: @local::standard_energydepositaction
32 G4PhysListName: "garg4::PhysicsList"
34 DumpParticleList: false
36 MaxStepSize: [1.0] # mm
37 ProductionCut: 0.1 # mm
38 KeepParticlesInVolumes: []