checkrecoenergy.fcl
Go to the documentation of this file.
1 #include "calorimetry_dune10kt.fcl"
2 #include "trackfinderalgorithms.fcl"
3 
4 BEGIN_PROLOG
5 
6 dunefd_checkrecoenergy:
7 {
8  module_type: "CheckRecoEnergy"
9 
10  EnergyRecoNueLabel: "energyreconue"
11  EnergyRecoNumuLabel: "energyreconumu"
12 
13  # Dimensions of fiducial volume
14  FidVolXMax: 310.0
15  FidVolYMax: 550.0
16  FidVolZMin: 50.0
17  FidVolZMax: 1250.0
18 
19  # Bin edges for plots of energy resolution as function of true energy
20  NumuContBinEdge: [0.0, 1.5, 2.0, 2.5, 3.0, 8.0]
21  NumuExitBinEdge: [0.0, 2.0, 2.5, 3.0, 3.5, 8.0]
22  NueBinEdge: [0.0, 1.5, 2.0, 2.5, 3.0, 3.5, 4.0, 5.0, 8.0]
23 }
24 
25 END_PROLOG