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