dayoneconverter.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_dayoneconverter:
4 {
5 module_type: "dayoneconverter"
6 InputLabel: "edepconvert" # module label producing calo deposits
7 InputInstanceTPC: "TrackerSc"
8 InputInstanceMuID: "MuID"
9 IncludeMuIDhits: false
10 SmearX: 0.3 # position smearing for edeps
11 SmearY: 0.3
12 SmearT: 1.0
13 PeCm: 50.0 # energy conversion in pe/cm
14 SmearLY: 10.0 # spread of the LY in pe
15 ThrPE: 5.0 # energy threshold cut in pe
16 ZCut1: 10.0 # in cm to make sure initial TPC clusters are on different plane pairs
17 ZCut2: 0.5 # in cm to make sure initial TPC clusters are on the same half plane
18 RCut: 5.0 # in cm -- road to collect TPC clusters on tracks
19 TimeBunch: 150000.0 # in ns -- Time bunch spread
20 UseOnlyTrueMuonHits: false # turn on to cheat in MC to use only hits from muons
21 G4ModuleLabel: "geant" # when UseOnlyTrueMuonHits is true, use this module label to find MCParticles
22 }
23 
24 END_PROLOG