detectorproperties_lartpcdetector.fcl
Go to the documentation of this file.
1 #include "detectorproperties.fcl"
2 
3 BEGIN_PROLOG
4 
5 # Settings for the LAr TPC standard detector, taken from MicroBooNE.
6 lartpcdetector_detproperties: @local::standard_detproperties
7 
8 # use commented version to make lifetime ~ infinite
9 # lartpcdetector_detproperties.Electronlifetime: 3.0e6
10 lartpcdetector_detproperties.Electronlifetime: 3.0e3
11 lartpcdetector_detproperties.Efield: [0.5,0.666,0.8] # (predicted for microBooNE)
12 lartpcdetector_detproperties.Temperature: 87
13 
14 lartpcdetector_detproperties.ElectronsToADC: 6.8906513e-3 # 1fC = 43.008 ADC counts for MicroBooNE
15 lartpcdetector_detproperties.NumberTimeSamples: 9600
16 lartpcdetector_detproperties.TimeOffsetU: 0.
17 lartpcdetector_detproperties.TimeOffsetV: 0.
18 lartpcdetector_detproperties.TimeOffsetZ: 0.
19 lartpcdetector_detproperties.ReadOutWindowSize: 9600
20 lartpcdetector_detproperties.InheritNumberTimeSamples: true
21 
22 END_PROLOG