3 # Purpose: Dump on screen wire content.
4 # Author: Gianluca Petrillo (petrillo@fnal.gov)
5 # Date: December 17th, 2014
12 # 20141217 (petrillo@fnal.gov) [v1.0]
13 # added the explicit configuration of the new parameter IgnoreFilters
14 # 20150114 (petrillo@fnal.gov) [v1.1]
15 # geometry commented out as it is not used
16 # 20170404 (petrillo@fnal.gov) [v1.2]
17 # updated configuration for the new DumpWires (does not filter wires)
20 process_name: DumpWires
25 # debugModules: [ "*" ]
28 # grab all the "DumpWires" messages and put them in DumpWires.log
32 DumpWires: { limit: -1 }
35 filename: "DumpWires.log"
42 DumpWires: { limit: 0 }
55 module_type: RootInput
56 maxEvents: -1 # number of events to read
65 module_label: dumpwires
66 module_type: DumpWires
68 # specify the label of the recob::Wire producer
69 # CalWireModuleLabel: "caldata"
71 # output category ("DumpWires" by default), useful for filtering (see above)
72 OutputCategory: "DumpWires"
74 # set DigitsPerLine to 0 to suppress the output of the wire content
80 dumpers: [ dumpwires ]
83 end_paths: [ dumpers ]