2 # File: DumpClusters.fcl
3 # Purpose: Dump on screen cluster content
4 # Author: Gianluca Petrillo (petrillo@fnal.gov)
5 # Date: August 11th, 2014
8 # Service dependencies:
12 process_name: DumpClusters
17 # debugModules: [ "*" ]
20 # grab all the "DumpClusters" messages and put them in DumpClusters.log
24 DumpClusters: { limit: -1 }
27 filename: "DumpClusters.log"
34 AnaBaseDefaultCtor: { limit: 0 }
35 GeometryBadInputPoint: {
39 RecoBaseDefaultCtor: { limit: 0 }
40 DumpClusters: { limit: 0 }
53 module_type: RootInput
54 maxEvents: -1 # number of events to read
63 module_label: dumpclusters
64 module_type: DumpClusters
66 # output category ("DumpClusters" by default), useful for filtering (see above)
67 OutputCategory: "DumpClusters"
68 # set HitsPerLine to 0 to suppress the output of the cluster hits
71 # specify the label of the recob::Cluster and recob::Hit producers
72 # (the latter is currently unused); in the comments, defaults are reported
73 ClusterModuleLabel: "fuzzycluster"
74 # HitModuleLabel: "gaushit"