cafmakerjob.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 #include "mvamodule.fcl"
3 #include "CAFMaker.fcl"
4 #include "resourcetracking_services.fcl"
5 #include "nusyst_knobs.fcl"
6 
7 process_name: CAF
8 
9 
10 services:
11 {
12  TFileService: { fileName: "caf.root" }
13  @table::standard_resourcetrackers
14  @table::dunefd_simulation_services
15 }
16 
17 
18 source:
19 {
20  module_type: RootInput
21  maxEvents: -1
22 }
23 
24 
25 physics:
26 {
27  producers:{
28  mvaselectnue: @local::dunefd_mvaselect
29  mvaselectnumu: @local::dunefd_mvaselect
30  }
31 
32  analyzers:{
33  cafmaker: @local::dunefd_cafmaker
34  }
35 
36  prod: [ mvaselectnue, mvaselectnumu ]
37  ana: [ cafmaker ]
38  trigger_paths: [ prod ]
39  end_paths: [ ana ]
40 }
41 
42 
43 services.Geometry: @local::dune10kt_workspace_geo
44 services.Geometry.GDML: "dune10kt_v1_1x2x6.gdml"
45 
46 physics.producers.mvaselectnue.MVAMethod: "BDTG"
47 physics.producers.mvaselectnumu.MVAMethod: "BDTG"
48 
49 physics.producers.mvaselectnue.Select: "nue"
50 physics.producers.mvaselectnumu.Select: "numu"
51 
52 # FNAL paths
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"
55 # Caltech paths
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"
58 
59 physics.analyzers.cafmaker.MakeWeightTree: false
60 physics.analyzers.cafmaker.Reweight: false
61 physics.analyzers.cafmaker.MakeAnaTree: false
62 physics.analyzers.cafmaker.MakeSystHist: false
63 
64 physics.analyzers.cafmaker.NuECut: 0.8
65 physics.analyzers.cafmaker.NuMuCut: 0.8
66 
67 # Pull the reco information from one of the MVA modules, choice is arbitary
68 physics.analyzers.cafmaker.MVASelectLabel: "mvaselectnue"