1 #include "protoDUNE_reco.fcl"
3 process_name: RecoSpAndCnn
5 #services.message.destinations.LogStandardOut.threshold: "INFO"
7 source.inputCommands: ["keep *_*_*_*", "drop *_*_*_Reco*" ]
9 # reconstruction (producers)
11 physics.producers.reco3d1: @local::standard_spacepointsolver
12 physics.producers.reco3d1.HitLabel: "linecluster"
14 physics.reco: [ rns, caldata, gaushit, reco3d, hitpdune, linecluster, reco3d1, emtrkmichelid, pmtrack ]
15 physics.trigger_paths: [ reco ]
17 # analysis (analyzers)
19 physics.analyzers.readspandcnn:
21 module_type: "ReadSpacePointAndCnn"
23 HitsModuleLabel: "linecluster"
24 SpacePointModuleLabel: "reco3d1"
25 CnnModuleLabel: "emtrkmichelid:emtrkmichel"
27 physics.ana: [ readspandcnn ]
28 physics.end_paths: [ ana, stream1 ]