-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathSampleHandler_Tutorial.yaml
More file actions
executable file
·75 lines (68 loc) · 2.1 KB
/
SampleHandler_Tutorial.yaml
File metadata and controls
executable file
·75 lines (68 loc) · 2.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
#Global Sample Handler setting
SampleHandlerName: "Tutorial_Beam"
POT: 2.1428e+21
MaCh3ModeConfig: "TutorialConfigs/MaCh3Modes.yaml"
NuOsc:
NuOscConfigFile: "TutorialConfigs/NuOscillator/NuFASTLinear.yaml"
EqualBinningPerOscChannel: true
LikelihoodOptions:
#False means you calculate W2 histogram only during first reweight, advisable for Barlow-Beeston
UpdateW2: true
TestStatistic: "Poisson"
BinningFile: "TutorialConfigs/Samples/TutorialBinning.yaml"
InputFiles:
PrepSplineFile: false
#Settings for a single sample
Samples: ["Tutorial_Beam"]
Tutorial_Beam:
SelectionCuts:
- KinematicStr: "TrueNeutrinoEnergy"
Bounds: [ 0., 4 ]
SampleTitle: "Tutorial_Beam"
Binning:
VarStr : [ "RecoNeutrinoEnergy" ]
VarBins: [[0., 0.5, 1., 1.25, 1.5, 1.75, 2., 2.25, 2.5, 2.75, 3., 3.25, 3.5, 3.75, 4., 5., 6., 10.]]
Uniform: true
InputFiles:
mtupleprefix: "TutorialConfigs/MC/NuWro_"
mtuplesuffix: "_FlatTree_Beam.root"
splineprefix: "TutorialConfigs/MC/BinnedSplinesTutorialInputs"
splinesuffix: "2D.root"
OscChannels:
- Name: "numu-x-numu"
LatexName: "#nu_{#mu} #rightarrow #nu_{#mu}"
mtuplefile: ["numu_x_numu"]
splinefile: ""
nutype: 14
oscnutype: 14
- Name: "nue-x-nue"
LatexName: "#nu_{e} #rightarrow #nu_{e}"
mtuplefile: ["nue_x_nue"]
splinefile: ""
nutype: 12
oscnutype: 12
- Name: "numubar-x-numubar"
LatexName: "#bar{#nu}_{#mu} #rightarrow #bar{#nu}_{#mu}"
mtuplefile: ["numubar_x_numubar"]
splinefile: ""
nutype: -14
oscnutype: -14
- Name: "nuebar-x-nuebar"
LatexName: "#bar{#nu}_{e} #rightarrow #bar{#nu}_{e}"
mtuplefile: ["nuebar_x_nuebar"]
splinefile: ""
nutype: -12
oscnutype: -12
- Name: "numu-x-nue"
LatexName: "#nu_{#mu} #rightarrow #nu_{e}"
mtuplefile: ["numu_x_nue"]
splinefile: ""
nutype: 14
oscnutype: 12
- Name: "numubar-x-nuebar"
LatexName: "#bar{#nu}_{#mu} #rightarrow #bar{#nu}_{e}"
mtuplefile: ["numubar_x_nuebar"]
splinefile: ""
nutype: -14
oscnutype: -12