1 #include "services_dune.fcl"
2 #include "mvamodule.fcl"
3 #include "CAFMaker.fcl"
4 #include "resourcetracking_services.fcl"
5 #include "nusyst_knobs.fcl"
12 TFileService: { fileName: "caf.root" }
13 @table::standard_resourcetrackers
14 @table::dunefd_simulation_services
20 module_type: RootInput
28 mvaselectnue: @local::dunefd_mvaselect
29 mvaselectnumu: @local::dunefd_mvaselect
33 cafmaker: @local::dunefd_cafmaker
36 prod: [ mvaselectnue, mvaselectnumu ]
38 trigger_paths: [ prod ]
43 services.Geometry: @local::dune10kt_workspace_geo
44 services.Geometry.GDML: "dune10kt_v1_1x2x6.gdml"
46 physics.producers.mvaselectnue.MVAMethod: "BDTG"
47 physics.producers.mvaselectnumu.MVAMethod: "BDTG"
49 physics.producers.mvaselectnue.Select: "nue"
50 physics.producers.mvaselectnumu.Select: "numu"
53 physics.producers.mvaselectnue.WeightFile: "/pnfs/dune/persistent/TaskForce_AnaTree/far/train/v3/BDTG_nue.weights.xml"
54 physics.producers.mvaselectnumu.WeightFile: "/pnfs/dune/persistent/TaskForce_AnaTree/far/train/v3/BDTG_numu.weights.xml"
56 #physics.producers.mvaselectnue.WeightFile: "/nfs/raid11/dunedata/TaskForce_AnaTree/far/train/v3/BDTG_nue.weights.xml"
57 #physics.producers.mvaselectnumu.WeightFile: "/nfs/raid11/dunedata/TaskForce_AnaTree/far/train/v3/BDTG_numu.weights.xml"
59 physics.analyzers.cafmaker.MakeWeightTree: false
60 physics.analyzers.cafmaker.Reweight: false
61 physics.analyzers.cafmaker.MakeAnaTree: false
62 physics.analyzers.cafmaker.MakeSystHist: false
64 physics.analyzers.cafmaker.NuECut: 0.8
65 physics.analyzers.cafmaker.NuMuCut: 0.8
67 # Pull the reco information from one of the MVA modules, choice is arbitary
68 physics.analyzers.cafmaker.MVASelectLabel: "mvaselectnue"