opticaldetectorservices.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 ###################################################################
4 # Added July-2013: These are the parameters/modules associated with
5 # the MicroBooNE PMT ADCs.
6 ###################################################################
7 
8 standard_opdigiproperties:
9 {
10  SampleFreq: 64 # ADC sampling frequency in MHz
11  TimeBegin: 0 # Where readout frame starts, relative to simulation t0 in micro-seconds
12  TimeEnd: 1600 # Where readout frame ends, relative to simulation t0 in micro-seconds
13 
14  # Parameter of PMT & shaper
15  UseEmpiricalGain: false # boolean control to load empirical gain or not
16  QE: 0.01 # Quantum efficiency
17  DarkRate: 1.e4 # Dark noise rate in Hz
18  GainSpread: 0.05 # Intrinsic spread in each PMT's gain in fraction (percentile/100)
19  GainSpread_PMT2PMT: 0.05 # PMT-to-PMT spread in the gain mean values in fraction (percentile/100)
20  HighGainMean: 20 # ADC count per p.e.
21  LowGainMean: 2 # ADC count per p.e.
22 
23  # Option to provide empirical data files
24  HighGainFile: "OpticalDetector/toyHighGain.txt" # PMT high gain given in a file
25  LowGainFile: "OpticalDetector/toyLowGain.txt" # PMT low gain given in a file
26  GainSpreadFile: "OpticalDetector/toyGainSpread.txt" # PMT intrinsic gain spread in a file
27 
28  # Parameter of digitizer
29  SaturationScale: 4097 # waveform saturation point
30  PedFlucRate: 1.e7 # Rate of ADC count fluctuation in Hz
31  PedFlucAmp: 1 # Amplitude of ADC count fluctuation
32  ADCBaseline: 2048 # ADC Basline
33  ADCBaseSpread: 3.4 # ADC Basline mean spread in double
34 
35  # Parameters for waveform generation
36  UseEmpiricalShape: false # true = use text file SPE shape, false = use an analytical model
37  WFLength: 2 # Maximum Duration of sahpe sampling period [us]
38  PERescale: 0.2 # Rescaling factor to be applied on file input
39  WaveformFile: "OpticalDetector/toyWaveform.txt" # a toy text file for SPE shape
40 
41  # Parameters for analytical waveform
42  WFPowerFactor: 10 # "(n-1)" factor in shape
43  WFTimeConstant: 0.006 # 60 ns
44  VoltageAmpForSPE: 0.04 # 40mV/p.e.
45 }
46 
47 
48 standard_opdigiproperties_3windows: @local::standard_opdigiproperties
49 standard_opdigiproperties_3windows.TimeBegin: -1600
50 standard_opdigiproperties_3windows.TimeEnd: 4800
51 
52 
53 standard_opdetresponse:
54 {
55  service_provider: DefaultOpDetResponse
56 }
57 
58 
59 END_PROLOG