2 # File: dump_pfparticles.fcl
3 # Purpose: Dump on screen PFParticle content
4 # Author: Gianluca Petrillo (petrillo@fnal.gov)
5 # Date: September 25th, 2015
8 # Service dependencies:
12 # - collections of particle flow particles, vertices, space points and tracks
13 # from a module labelled "cluster3d"
16 # - a single text file "DumpPFParticles.log" with the collections mentioned
21 # 20150925 (petrillo@fnal.gov) [v1.0]
23 # 20160908 (petrillo@fnal.gov) [v1.1]
24 # updated configuration for DumpPFParticles
27 process_name: DumpPFParticles
32 # debugModules: [ "*" ]
35 # grab all the "DumpPFParticles" messages and put them in DumpPFParticles.log
39 DumpSeeds: { limit: -1 }
40 DumpVertices: { limit: -1 }
41 DumpTracks: { limit: -1 }
42 DumpPFParticles: { limit: -1 }
45 filename: "DumpPFParticles.log"
52 AnaBaseDefaultCtor: { limit: 0 }
53 RecoBaseDefaultCtor: { limit: 0 }
54 DumpSeeds: { limit: 0 }
55 DumpVertices: { limit: 0 }
56 DumpTracks: { limit: 0 }
57 DumpPFParticles: { limit: 0 }
70 module_type: RootInput
71 maxEvents: -1 # number of events to read
81 module_label: dumpparticles
82 module_type: DumpPFParticles
84 # output category ("DumpPFParticles" by default), useful for filtering (see above)
85 OutputCategory: "DumpPFParticles"
87 # specify the label of recob::PFParticle producer
88 PFModuleLabel: "cluster3d"
90 # max descend steps into particle hierarchy
93 # do not produce dot files (false by default)
94 MakeParticleGraphs: false
99 module_label: dumptracks
100 module_type: DumpTracks
102 # output category ("DumpTracks" by default), useful for filtering (see above)
103 OutputCategory: "DumpTracks"
105 # specify the label of recob::Track producer
106 TrackModuleLabel: "cluster3d"
111 module_label: dumpseeds
112 module_type: DumpSeeds
114 # output category ("DumpSeeds" by default), useful for filtering (see above)
115 OutputCategory: "DumpSeeds"
117 # specify the label of recob::Seed producer
118 SeedModuleLabel: "cluster3d"
123 module_label: dumpvertices
124 module_type: DumpVertices
126 # output category ("DumpVertices" by default), useful for filtering (see above)
127 OutputCategory: "DumpVertices"
129 # specify the label of recob::Vertex producer
130 VertexModuleLabel: "cluster3d"
136 ana: [ dumpparticles, dumptracks, dumpseeds, dumpvertices ]