ConvertEdep2Art.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_edep2art:
4 {
5 module_type: ConvertEdep2Art
6 EDepSimFile: ""
7 GhepFile: ""
8 OverlayFile: false
9 
10 ECALMaterial: "Scintillator"
11 TPCMaterial: "HP_ArCH4"
12 EnergyCut: 0.000001 #GeV
13 
14 applyBirks: true
15 
16 keepEMShowers: true
17 # if we are keeping EM shower daughters, do so only in the following materials
18 EMShowerDaughterMatRegex: ".*" # Material name match string for keeping EM shower daughters.
19 # ".*" matches every string, and "HP_ArCH4" matches the TPC gas
20 }
21 
22 END_PROLOG