2 # File: dump_digits.fcl
3 # Purpose: Dump on screen raw digit content.
4 # Author: Gianluca Petrillo (petrillo@fnal.gov)
5 # Date: January 14th, 2015
8 # Service dependencies:
12 # 20150114 (petrillo@fnal.gov) [v1.0]
13 # first version, from larevt/CalData/dump_good_wires.fcl
14 # 20170404 (petrillo@fnal.gov) [v1.1]
15 # removed configuration for filtering
18 process_name: DumpRawDigits
22 # debugModules: [ "*" ]
25 # grab all the "DumpDigits" messages and put them in DumpRawDigits.log
29 DumpDigits: { limit: -1 }
32 filename: "DumpRawDigits.log"
39 DumpDigits: { limit: 0 }
52 module_type: RootInput
53 maxEvents: -1 # number of events to read
62 module_label: dumpdigits
63 module_type: DumpRawDigits
65 # specify the label of the raw::RawDigit producer
66 # in the comment, default is reported
67 # DetSimModuleLabel: "daq"
69 # output category ("DumpDigits" by default), useful for filtering (see above)
70 OutputCategory: "DumpDigits"
72 # set DigitsPerLine to 0 to suppress the output of the wire content
75 # set the pedestal to be subtracted to all the digits (default: 0)
81 dumpers: [ dumpdigits ]
84 end_paths: [ dumpers ]