2 # File: dump_simphotonslite.fcl
3 # Purpose: Dump on screen SimPhotonsLite content
4 # Author: Gianluca Petrillo (petrillo@fnal.gov)
8 # Service dependencies:
12 process_name: DumpSimPhotonsLite
17 # debugModules: [ "*" ]
20 # grab all the "DumpSimPhotonsLite" messages and put them in DumpSimPhotonsLite.log
24 DumpSimPhotonsLite: { limit: -1 }
27 filename: "DumpSimPhotonsLite.log"
30 } # DumpSimPhotonsLite
34 DumpSimPhotonsLite: { limit: 0 }
47 module_type: RootInput
56 module_type: DumpSimPhotonsLite
58 # output category ("OutputCategory" by default), useful for filtering (see above)
59 OutputCategory: "DumpSimPhotonsLite"
61 # specify the label of the sim::SimPhotonsLite data product (or producer)
62 InputPhotons: "largeant"
64 } # dumpsimphotonslite
67 dumpers: [ dumpsimphotonslite ]
70 end_paths: [ dumpers ]