3 # Purpose: Dump on screen track content
4 # Author: Gianluca Petrillo (petrillo@fnal.gov)
5 # Date: October 16th, 2014
8 # Service dependencies:
12 process_name: DumpTracks
17 # debugModules: [ "*" ]
20 # grab all the "DumpTracks" messages and put them in DumpTracks.log
24 DumpTracks: { limit: -1 }
27 filename: "DumpTracks.log"
34 AnaBaseDefaultCtor: { limit: 0 }
35 GeometryBadInputPoint: {
39 RecoBaseDefaultCtor: { limit: 0 }
40 DumpTracks: { limit: 0 }
53 module_type: RootInput
54 maxEvents: -1 # number of events to read
63 module_label: dumptracks
64 module_type: DumpTracks
66 # output category ("DumpTracks" by default), useful for filtering (see above)
67 OutputCategory: "DumpTracks"
68 # approximate number of way point printed
71 # specify the label of the recob::Track producer
72 TrackModuleLabel: "trackkalmanhit"
74 # print the number of associated hits? (default: true)
75 # HitAssociations: true
76 # print the index of associated hits? (default: false)
78 # print the number of associated space points? (default: true)
79 # SpacePointAssociations: true
80 # print the index of associated space points? (default: false)
81 # PrintSpacePoints: true
82 # print the number of associated particle-flow particles? (default: true)
83 # ParticleAssociations: true
84 # print the index of associated particle-flow particles? (default: false)
85 # PrintParticles: true