AuxDetAction.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_auxdetaction:
4 {
5 LArEnergyCut: 0.000001 # GeV
6 LArVolumeName: ["volLArActive"] #name of the volume
7 LArMaterial: "LAr"
8 
9 ECALMaterial: "Scintillator"
10 ECALVolumeName: ["BarrelECal", "EndcapECal"] #substrings of the active layers
11 
12 TrackerScMaterial: "Scintillator"
13 TrackerScVolumeName: ["Tracker"] #substrings of the active layers
14 
15 MuIDMaterial: "Scintillator"
16 MuIDVolumeName: ["Yoke"] #substrings of the active layers
17 
18 ApplyBirksLaw: true
19 }
20 
21 END_PROLOG