2 # File: dump_simchannels.fcl
3 # Purpose: Dump on screen SimChannels content
4 # Author: Gianluca Petrillo (petrillo@fnal.gov)
8 # Service dependencies:
12 process_name: DumpSimChannels
17 # debugModules: [ "*" ]
20 # grab all the "DumpSimChannels" messages and put them in DumpSimChannels.log
24 DumpSimChannels: { limit: -1 }
25 fileAction: { limit: 0 } # RootInput
26 TimeTracker: { limit: 0 }
27 MemoryTracker: { limit: 0 }
30 filename: "DumpSimChannels.log"
37 AnaBaseDefaultCtor: { limit: 0 }
38 GeometryBadInputPoint: {
42 RecoBaseDefaultCtor: { limit: 0 }
43 DumpSimChannels: { limit: 0 }
56 module_type: RootInput
65 module_label: dumpsimchannels
66 module_type: DumpSimChannels
68 # output category ("OutputCategory" by default), useful for filtering (see above)
69 OutputCategory: "DumpSimChannels"
71 # specify the label of the sim::SimChannels data product (or producer)
72 InputSimChannels: "largeant"
77 dumpers: [ dumpsimchannels ]
80 end_paths: [ dumpers ]