-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathcabinetry_config.yml
124 lines (105 loc) · 2.5 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: "4j1b CR"
RegionPath: "4j1b"
Variable: "$H_T$ [GeV]"
Binning: [110, 150, 190, 230, 270, 310, 350, 390, 430, 470, 510, 550]
- Name: "4j2b SR"
RegionPath: "4j2b"
Variable: "$m_{bjj}$ [GeV]"
Binning: [110, 150, 190, 230, 270, 310, 350, 390, 430, 470, 510, 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: "ME variation"
Type: "NormPlusShape"
Up:
VariationPath: "_ME_var"
Down:
Symmetrize: True
Samples: "ttbar"
- Name: "PS variation"
Type: "NormPlusShape"
Up:
VariationPath: "_PS_var"
Down:
Symmetrize: True
Samples: "ttbar"
- Name: "ttbar scale variations"
Type: "NormPlusShape"
Up:
VariationPath: "_scaleup"
Down:
VariationPath: "_scaledown"
Samples: "ttbar"
- Name: "Jet energy scale"
Type: "NormPlusShape"
Up:
VariationPath: "_pt_scale_up"
Down:
Symmetrize: True
- Name: "Jet energy resolution"
Type: "NormPlusShape"
Up:
VariationPath: "_pt_res_up"
Down:
Symmetrize: True
- Name: "b-tag NP 1"
Type: "NormPlusShape"
Up:
VariationPath: "_btag_var_0_up"
Down:
VariationPath: "_btag_var_0_down"
- Name: "b-tag NP 2"
Type: "NormPlusShape"
Up:
VariationPath: "_btag_var_1_up"
Down:
VariationPath: "_btag_var_1_down"
- Name: "b-tag NP 3"
Type: "NormPlusShape"
Up:
VariationPath: "_btag_var_2_up"
Down:
VariationPath: "_btag_var_2_down"
- Name: "b-tag NP 4"
Type: "NormPlusShape"
Up:
VariationPath: "_btag_var_3_up"
Down:
VariationPath: "_btag_var_3_down"
- Name: "W+jets scale variations"
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]