2 # File: dump_chargedspacepoints.fcl
3 # Purpose: Dump on screen space points associated with charge.
4 # Author: Gianluca Petrillo (petrillo@fnal.gov)
5 # Date: December 22nd, 2017
8 # Service dependencies:
12 process_name: DumpCharge
17 # debugModules: [ "*" ]
20 # grab all the "DumpChargedSpacePoints" messages and put them in DumpChargedSpacePoints.log
21 DumpChargedSpacePoints: {
24 DumpChargedSpacePoints: { limit: -1 }
27 filename: "DumpChargedSpacePoints.log"
34 DumpChargedSpacePoints: { limit: 0 }
47 module_type: RootInput
48 maxEvents: -1 # number of events to read
56 dumpchargedspacepoints: {
57 module_type: DumpChargedSpacePoints
59 OutputCategory: "DumpChargedSpacePoints"
61 # tag of the recob::SpacePoint and recob::PointCharge data products
62 SpacePointLabel: reco3d
64 } # dumpchargedspacepoints
67 dumpers: [ dumpchargedspacepoints ]
70 end_paths: [ dumpers ]