2 # File: DumpParticleIDs.fcl
3 # Purpose: Dump on screen particle ID content
8 # Service dependencies:
12 process_name: DumpParticleIDs
19 # grab all the "DumpParticleIDs" messages and put them in DumpPIDs.log
23 DumpParticleIDs: { limit: -1 }
26 filename: "DumpPIDs.log"
33 AnaBaseDefaultCtor: { limit: 0 }
34 DumpParticleIDs: { limit: 0 }
47 module_type: RootInput
48 maxEvents: -1 # number of events to read
57 module_type: DumpParticleIDs
59 # output category ("DumpParticleIDs" by default), useful for filtering (see above)
60 OutputCategory: "DumpParticleIDs"
62 # specify the label of the anab::ParticleID producer
63 ParticleIDModuleLabel: "pandoraKalmanShowerpid"