2 # File: dump_mcreco.fcl
3 # Purpose: Dump on screen MC track and shower content
4 # Author: Gianluca Petrillo (petrillo@fnal.gov)
5 # Date: March 21st, 2016
8 # Service dependencies:
12 process_name: DumpMCReco
17 # debugModules: [ "*" ]
20 # grab all the "DumpMCTracks" messages and put them in DumpMCTracks.log
24 DumpMCTracks: { limit: -1 }
27 filename: "DumpMCTracks.log"
32 # grab all the "DumpMCShowers" messages and put them in DumpMCShowers.log
36 DumpMCShowers: { limit: -1 }
39 filename: "DumpMCShowers.log"
46 AnaBaseDefaultCtor: { limit: 0 }
47 GeometryBadInputPoint: {
51 RecoBaseDefaultCtor: { limit: 0 }
52 DumpMCTracks: { limit: 0 }
53 DumpMCShowers: { limit: 0 }
66 module_type: RootInput
75 module_label: dumpmctracks
76 module_type: DumpMCTracks
78 # output category ("OutputCategory" by default), useful for filtering (see above)
79 OutputCategory: "DumpMCTracks"
81 # specify the label of the sim::MCTrack data product (or producer)
87 module_label: dumpmcshowers
88 module_type: DumpMCShowers
90 # output category ("OutputCategory" by default), useful for filtering (see above)
91 OutputCategory: "DumpMCShowers"
93 # specify the label of the sim::MCShower data product (or producer)
94 InputShowers: "mcreco"
99 dumpers: [ dumpmctracks, dumpmcshowers ]
102 end_paths: [ dumpers ]