3 # Purpose: Dump on screen seed content
4 # Author: Gianluca Petrillo (petrillo@fnal.gov)
5 # Date: February 28, 2017
8 # Service dependencies:
12 process_name: DumpSeeds
17 # debugModules: [ "*" ]
20 # grab all the "DumpTracks" messages and put them in DumpTracks.log
24 DumpSeeds: { limit: -1 }
27 filename: "DumpSeeds.log"
34 RecoBaseDefaultCtor: { limit: 0 }
35 DumpSeeds: { limit: 0 }
48 module_type: RootInput
49 maxEvents: -1 # number of events to read
58 module_label: dumpseeds
59 module_type: DumpSeeds
61 # specify the label of the recob::Track producer
62 SeedModuleLabel: "cctrack"
64 # output category ("DumpSeeds" by default), useful for filtering (see above)
65 # OutputCategory: "DumpSeeds"
67 # print all real numbers in base 16, to check all their bits
68 # PrintHexFloats: false
73 dumpers: [ dumpseeds ]
76 end_paths: [ dumpers ]