regcnn_numu_ana_job.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 #include "RegCNNAna.fcl"
3 #include "mvamodule.fcl"
4 #include "energyreco.fcl"
5 #include "tools_dune.fcl"
6 
7 process_name: RegCNNAna
8 
9 services:
10 {
11  # Load the service that manages root files for histograms.
12  TFileService: { fileName: "regcnn_ana_r%r_s%s_hist.root"
13  closeFileFast: false }
14  @table::dunefd_reco_services
15 }
16 
17 source:
18 {
19  module_type: RootInput
20  maxEvents: -1
21 }
22 
23 physics:
24 {
25  producers:
26  {
27  mvaselectnumu: @local::dunefd_mvaselect
28  energyreconumu: @local::dunefd_nuenergyreco
29  }
30  analyzers:
31  {
32  regcnnnumuana: @local::regcnn_analysistree
33  }
34  prod: [ mvaselectnumu, energyreconumu ]
35  myana: [ regcnnnumuana ]
36  trigger_paths: [ prod ]
37  end_paths: [myana]
38 }
39 services.Geometry: @local::dune10kt_workspace_geo
40 services.Geometry.GDML: "dune10kt_v1_1x2x6.gdml"
41 
42 physics.producers.mvaselectnumu.MVAMethod: "BDTG"
43 physics.producers.mvaselectnumu.Select: "numu"
44 physics.producers.mvaselectnumu.WeightFile: "MVASelect/v2.2/TMVAClassification_BDTG.numu.weights.xml"
45 
46 physics.producers.energyreconumu.RecoMethod: 1
47 
48 physics.analyzers.regcnnnumuana.RegCNNModuleLabel: "regcnnnumueval"
49 physics.analyzers.regcnnnumuana.RegCNNResultLabel: "regcnnnumuresult"
50 physics.analyzers.regcnnnumuana.EnergyRecoNuLabel: "energyreconumu"