scintillationtime_tool.fcl
Go to the documentation of this file.
1 // scinitllationtime_tool.fcl
2 // Oct. 10 2019 Wei Mu
3 BEGIN_PROLOG
4 
5 ScintTimeLAr:
6 {
7  tool_type: ScintTimeLAr
8  LogLevel: 1
9  FastRisingTime: 0.0 // rising time of fast scintillation
10  FastDecayTime: 6.0 // decay time of fast scintillation
11  SlowRisingTime: 0.0 // rising time of slow scintillation
12  SlowDecayTime: 1600.0 // decay time of slow scintillation
13 }
14 
15 END_PROLOG