2 # File: dump_mcparticles.fcl
3 # Purpose: Dump on screen MC particle content
4 # Author: Gianluca Petrillo (petrillo@fnal.gov)
5 # Date: December 3rd, 2015
8 # Service dependencies:
12 process_name: DumpMCParticles
17 # debugModules: [ "*" ]
20 # grab all the "DumpMCParticles" messages and put them in DumpMCParticles.log
24 DumpMCParticles: { limit: -1 }
27 filename: "DumpMCParticles.log"
34 AnaBaseDefaultCtor: { limit: 0 }
35 GeometryBadInputPoint: {
39 RecoBaseDefaultCtor: { limit: 0 }
40 DumpMCParticles: { limit: 0 }
53 module_type: RootInput
62 module_label: dumpmcparticles
63 module_type: DumpMCParticles
65 # output category ("OutputCategory" by default), useful for filtering (see above)
66 OutputCategory: "DumpMCParticles"
68 # specify the label of the simb::MCParticle data product (or producer)
69 InputParticles: "largeant"
71 # print this many trajectory points per output line (default: 3; 0 skips all)
77 dumpers: [ dumpmcparticles ]
80 end_paths: [ dumpers ]