RegCNNAna.fcl
Go to the documentation of this file.
1 #include "calorimetry_dune10kt.fcl"
2 
3 BEGIN_PROLOG
4 
5 regcnn_analysistree:
6 {
7  module_type: "RegCNNAna"
8 
9  CalorimetryAlg: @local::dune10kt_calorimetryalgmc
10  MCGenModuleLabel: "generator"
11  RegCNNModuleLabel: "regcnneval"
12  RegCNNResultLabel: "regcnnresult"
13  RegCNNProngModuleLabel: "regcnnnueprongeval"
14  RegCNNProngResultLabel: "regcnnnueprongresult"
15  RegCNNDirModuleLabel: "regcnnnumudireval"
16  RegCNNDirResultLabel: "regcnnnumudirresult"
17  HitsModuleLabel: "linecluster"
18  EnergyRecoNuLabel: "energyreconue"
19  TrackToHitLabel: "pandoraTrack"
20  ShowerToHitLabel: "pandoraShower"
21  ParticleLabel: "pandora"
22  TrackLabel: "pandoraTrack"
23  TrackLabelDir: "pandoraTrack"
24  ShowerLabel: "pandoraShower"
25  ShowerLabelDir: "emshowernew"
26  RecombFactor: 0.63
27 }
28 
29 END_PROLOG