-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcabinetry_config.yml
124 lines (105 loc) · 2.68 KB
/
cabinetry_config.yml
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
General:
Measurement: "CMS_ttbar"
POI: "ttbar_norm"
HistogramFolder: "histograms/"
InputPath: "histograms.root:{RegionPath}_{SamplePath}{VariationPath}"
VariationPath: ""
Regions:
- Name: "4j1bCR"
RegionPath: "4j1b"
Variable: "$H_T$ [GeV]"
Binning: [ 50. , 95.45454545, 140.90909091, 186.36363636, 231.81818182, 277.27272727, 322.72727273, 368.18181818,413.63636364, 459.09090909, 504.54545455, 550. ]
- Name: "4j2bSR"
RegionPath: "4j2b"
Variable: "$m_{bjj}$ [GeV]"
Binning: [ 50. , 95.45454545, 140.90909091, 186.36363636, 231.81818182, 277.27272727, 322.72727273, 368.18181818,413.63636364, 459.09090909, 504.54545455, 550. ]
Samples:
- Name: "Pseudodata"
SamplePath: "pseudodata"
Data: True
- Name: "ttbar"
SamplePath: "ttbar"
- Name: "W+jets"
SamplePath: "wjets"
- Name: "single top, s-channel"
SamplePath: "single_top_s_chan"
- Name: "single top, t-channel"
SamplePath: "single_top_s_chan"
- Name: "tW"
SamplePath: "single_top_tW"
Systematics:
- Name: "MEvariation"
Type: "NormPlusShape"
Up:
VariationPath: "_ME_var"
Down:
Symmetrize: True
Samples: "ttbar"
- Name: "PSvariation"
Type: "NormPlusShape"
Up:
VariationPath: "_PS_var"
Down:
Symmetrize: True
Samples: "ttbar"
- Name: "ttbarscalevariations"
Type: "NormPlusShape"
Up:
VariationPath: "_scaleup"
Down:
VariationPath: "_scaledown"
Samples: "ttbar"
- Name: "Jetenergyscale"
Type: "NormPlusShape"
Up:
VariationPath: "_pt_scale_up"
Down:
Symmetrize: True
- Name: "Jetenergyresolution"
Type: "NormPlusShape"
Up:
VariationPath: "_pt_res_up"
Down:
Symmetrize: True
- Name: "btagNP1"
Type: "NormPlusShape"
Up:
VariationPath: "_btag_var_0_up"
Down:
VariationPath: "_btag_var_0_down"
- Name: "btagNP2"
Type: "NormPlusShape"
Up:
VariationPath: "_btag_var_1_up"
Down:
VariationPath: "_btag_var_1_down"
- Name: "btagNP3"
Type: "NormPlusShape"
Up:
VariationPath: "_btag_var_2_up"
Down:
VariationPath: "_btag_var_2_down"
- Name: "btagNP4"
Type: "NormPlusShape"
Up:
VariationPath: "_btag_var_3_up"
Down:
VariationPath: "_btag_var_3_down"
- Name: "Wjetsscalevariations"
Type: "NormPlusShape"
Up:
VariationPath: "_scale_var_up"
Down:
VariationPath: "_scale_var_down"
Samples: "W+jets"
- Name: "Luminosity"
Type: "Normalization"
Up:
Normalization: 0.03
Down:
Normalization: -0.03
NormFactors:
- Name: "ttbar_norm"
Samples: "ttbar"
Nominal: 1.0
Bounds: [0, 10]