SSPMonitor.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 SSPMonitor_params:
4 {
5  module_type: "SSPMonitor"
6  OpDetWaveformLabel: "ssprawdecoder:daq"
7  OpHitLabel: "ssprawdecoder:daq"
8 
9  SSP_min_time: 0 # min time of the run
10  SSP_max_time: 30 # max time of the run (seconds)
11  SSP_TIMESAMPLES: 1000 # number of ADC time samples for the persistent waveform plots
12  SSP_ADC_min: 1500 # max ADC value
13  SSP_ADC_max: 1650 # max ADC value
14 }
15 
16 END_PROLOG