regcnnanajob.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  mvaselectnue: @local::dunefd_mvaselect
28  energyreconue: @local::dunefd_nuenergyreco
29  }
30  analyzers:
31  {
32  regcnnana: @local::regcnn_analysistree
33  }
34  prod: [ mvaselectnue, energyreconue ]
35  myana: [ regcnnana ]
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.mvaselectnue.MVAMethod: "BDTG"
43 physics.producers.mvaselectnue.Select: "nue"
44 physics.producers.mvaselectnue.WeightFile: "MVASelect/v2.2/TMVAClassification_BDTG.nue.weights.xml"
45 
46 physics.producers.energyreconue.RecoMethod: 2