WaveformDigitizerSim.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_daphne:
4 {
5  module_type: "WaveformDigitizerSim"
6  InputTags: ["sipmSim"]
7 
8  # These paramters are for 3 sensl SiPMs ganged.
9  # Will need to generalize/encapsulate in a tool
10  VoltageToADC: 151.5 # Converting mV to ADC counts (counts in 1 mV)
11  PulseLength: 5.2
12  PeakTime: 0.028
13  MaxAmplitude: 0.0594 # * VoltageToADC = 9 ADC/PE
14  FrontTime: 0.013
15  BackTime: 0.386
16 
17  Padding: 100 # ticks
18  ReadoutWindow: 320 # ticks
19  PreTrigger: 20 # ticks
20  Threshold: 1.5 # PE
21  Dwindow: 10 # ticks
22 
23  Pedestal: 100 # ADC
24  LineNoiseRMS: 2.6 # Pedestal RMS in ADC counts, likely an underestimate
25  DynamicBitRange: 13 # 13-bit dynamic range
26 
27 }
28 
29 
30 
31 END_PROLOG