detectorproperties.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_detproperties :
4 {
5  service_provider: "DetectorPropertiesServiceStandard"
6 
7  # Drift properties
8  Temperature: 91 #Kelvin
9  Efield: [0.5,0.66,0.8 ] #kV/cm
10  Electronlifetime: 750 #microseconds
11 
12  SternheimerA: 0.1956 # Ar Sternheimer parameter a.
13  SternheimerK: 3.0000 # Ar Sternheimer parameter k.
14  SternheimerX0: 0.2000 # Ar Sternheimer parameter x0.
15  SternheimerX1: 3.0000 # Ar Sternheimer parameter x0.
16  SternheimerCbar: 5.2146 # Ar Sternheimer parameter Cbar.
17 
18  DriftVelFudgeFactor: 1.
19 
20  UseIcarusMicrobooneDriftModel: false # if true, use alternative drift velocity formulation
21 
22  # Historically, ConvertTicksToX has allowed for the drift time between the
23  # wire planes. This is appropriate for recob::RawDigits, and recob::Wires from
24  # the 1D unfolding, but is not appropriate for recob::Wires from WireCell. The
25  # default value is 'true', retaining the 'classic' behaviour.
26  IncludeInterPlanePitchInXTickOffsets: true
27 
28  ElectronsToADC: 1.208041e-3 # in ADC/e; 6241.5 electrons = 1fC = 7.54 ADC counts for ArgoNeuT
29  NumberTimeSamples: 2048 # ticks of the clock per readout frame
30  TimeOffsetU: -5.193
31  TimeOffsetV: 0.585
32  TimeOffsetZ: 0
33  ReadOutWindowSize: 2048
34 
35  SimpleBoundaryProcess: true #enable opticalBoundaryProcessSimple instead of G4 default
36 
37 }
38 
39 # be sure to make the necessary changes when microboone and
40 # lbne have different electronics simulations from argoneut
41 
42 END_PROLOG