GArG4.fcl
Go to the documentation of this file.
1 #include "EnergyDepositAction.fcl"
2 #include "AuxDetAction.fcl"
3 #include "G4SimulationParameters.fcl"
4 
5 BEGIN_PROLOG
6 
7 standard_geant:
8 {
9  module_type: GArG4
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"
16  CheckOverlaps: false
17  DumpParticleList: false
18  SmartStacking: 0
19  MaxStepSize: [1.0, 5.0, 5.0] # mm
20  ProductionCut: 0.1 # mm
21  KeepParticlesInVolumes: []
22 }
23 
24 standard_geant_dayone:
25 {
26  module_type: GArG4
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"
33  CheckOverlaps: false
34  DumpParticleList: false
35  SmartStacking: 0
36  MaxStepSize: [1.0] # mm
37  ProductionCut: 0.1 # mm
38  KeepParticlesInVolumes: []
39 }
40 
41 END_PROLOG