2 # File: dump_opdetwaveforms.fcl
3 # Purpose: Dump on screen raw optical detector waveforms
4 # Author: Gianluca Petrillo (petrillo@fnal.gov)
5 # Date: March 8th, 2017
8 # Service dependencies:
12 # 20170308 (petrillo@fnal.gov) [v1.0]
13 # first version, from larsim/DetSim/dump_all_rawdigits.fcl
17 process_name: DumpRawDigits
22 # debugModules: [ "*" ]
25 # grab all the "DumpOpDetWaveforms" messages and put them in DumpOpDetWaveforms.log
29 DumpOpDetWaveforms: { limit: -1 }
32 filename: "DumpOpDetWaveforms.log"
39 DumpOpDetWaveforms: { limit: 0 }
52 module_type: RootInput
53 maxEvents: -1 # number of events to read
62 module_type: DumpOpDetWaveforms
64 # specify the input tag of the raw::OpDetWaveform producer
65 OpDetWaveformsTag: "opdigi"
67 # output category ("DumpOpDetWaveforms" by default), useful for filtering (see above)
68 OutputCategory: "DumpOpDetWaveforms"
70 # set DigitsPerLine to 0 to suppress the output of the wire content
73 # set the pedestal to be subtracted to all the digits
76 } # dumpopdetwaveforms
79 ana: [ dumpopdetwaveforms ]