sp_and_cnn_reco_job.fcl
Go to the documentation of this file.
1 #include "protoDUNE_reco.fcl"
2 
3 process_name: RecoSpAndCnn
4 
5 #services.message.destinations.LogStandardOut.threshold: "INFO"
6 
7 source.inputCommands: ["keep *_*_*_*", "drop *_*_*_Reco*" ]
8 
9 # reconstruction (producers)
10 
11 physics.producers.reco3d1: @local::standard_spacepointsolver
12 physics.producers.reco3d1.HitLabel: "linecluster"
13 
14 physics.reco: [ rns, caldata, gaushit, reco3d, hitpdune, linecluster, reco3d1, emtrkmichelid, pmtrack ]
15 physics.trigger_paths: [ reco ]
16 
17 # analysis (analyzers)
18 
19 physics.analyzers.readspandcnn:
20 {
21  module_type: "ReadSpacePointAndCnn"
22 
23  HitsModuleLabel: "linecluster"
24  SpacePointModuleLabel: "reco3d1"
25  CnnModuleLabel: "emtrkmichelid:emtrkmichel"
26 }
27 physics.ana: [ readspandcnn ]
28 physics.end_paths: [ ana, stream1 ]