3 # Purpose: Dump on screen hit content
4 # Author: Gianluca Petrillo (petrillo@fnal.gov)
5 # Date: March 9th, 2015
8 # Service dependencies:
12 process_name: DumpHits
17 # debugModules: [ "*" ]
20 # grab all the "DumpHits" messages and put them in DumpHits.log
24 DumpHits: { limit: -1 }
27 filename: "DumpHits.log"
34 AnaBaseDefaultCtor: { limit: 0 }
35 GeometryBadInputPoint: {
39 RecoBaseDefaultCtor: { limit: 0 }
40 DumpHits: { limit: 0 }
53 module_type: RootInput
54 maxEvents: -1 # number of events to read
63 module_label: dumphits
66 # output category ("DumpHits" by default), useful for filtering (see above)
67 OutputCategory: "DumpHits"
69 # specify the label of the recob::Hit producer
70 HitModuleLabel: "gaushit"
72 # check that the correct raw digit is associated to each hit
73 CheckRawDigitAssociation: true
74 # check that the correct wire is associated to each hit
75 CheckWireAssociation: true