SaveSpacePoints.fcl
Go to the documentation of this file.
1 #include "ProtoDUNEBeamlineUtils.fcl"
2 
3 BEGIN_PROLOG
4 
5 proto_savesps:
6 {
7  module_type: "SaveSpacePoints"
8  SpacePointModuleLabel: "reco3d"
9  BeamModuleLabel: "beamevent"
10  TrackModuleLabel: "pandoraTrack"
11  TimeDecoderModuleLabel: "timingrawdecoder:daq"
12  BeamlineUtils: @local::standard_protodunebeamlineutils
13 }
14 
15 END_PROLOG