G4SimulationParameters.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_g4simpars:
4 {
5  EnabledPhysics: [ ]
6  KeepEMShowerDaughters: true
7 
8 # if we are keeping EM shower daughters, do so only in the following materials
9  EMShowerDaughterMatRegex: ".*" # Material name match string for keeping EM shower daughters.
10 # ".*" matches every string, and "HP_ArCH4" matches the TPC gas
11 
12  StoreTrajectories: true
13  KineticEnergyCut: 1.e-4 #GeV
14 }
15 
16 
17 END_PROLOG