-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathSampleHandler_Tutorial_ATM.yaml
More file actions
executable file
·89 lines (80 loc) · 2.42 KB
/
SampleHandler_Tutorial_ATM.yaml
File metadata and controls
executable file
·89 lines (80 loc) · 2.42 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
---
#Global Sample Handler setting
SampleHandlerName: "Tutorial_ATM"
POT: 2.1428e+21
MaCh3ModeConfig: "TutorialConfigs/MaCh3Modes.yaml"
NuOsc:
NuOscConfigFile: "TutorialConfigs/NuOscillator/CUDAProb3.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_ATM"]
Tutorial_ATM:
SampleTitle: "Tutorial_ATM"
SelectionCuts:
- KinematicStr: "TrueNeutrinoEnergy"
Bounds: [ 0., 4 ]
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_ATM.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: "numub-x-numub"
LatexName: "#bar{#nu}_{#mu} #rightarrow #bar{#nu}_{#mu}"
mtuplefile: ["numubar_x_numubar"]
splinefile: ""
nutype: -14
oscnutype: -14
- Name: "nueb-x-nueb"
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: "numub-x-nueb"
LatexName: "#bar{#nu}_{#mu} #rightarrow #bar{#nu}_{e}"
mtuplefile: ["numubar_x_nuebar"]
splinefile: ""
nutype: -14
oscnutype: -12
- Name: "nue-x-numu"
LatexName: "#nu_{e} #rightarrow #nu_{#mu}"
mtuplefile: ["nue_x_numu"]
splinefile: ""
nutype: 12
oscnutype: 14
- Name: "nueb-x-numub"
LatexName: "#bar{#nu}_{e} #rightarrow #bar{#nu}_{#mu}"
mtuplefile: ["nuebar_x_numubar"]
splinefile: ""
nutype: -12
oscnutype: -14