-
Notifications
You must be signed in to change notification settings - Fork 2
/
cabinetry_config.yml
65 lines (52 loc) · 1.63 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
General:
Measurement: "PHYSLITE_ATLAS_t_tbar"
POI: "ttbar_norm"
HistogramFolder: "histograms/"
InputPath: "histograms.root:{RegionPath}/{SamplePath}/{VariationPath}"
VariationPath: "nominal"
Regions:
- Name: "trijet_mass"
RegionPath: "hist_reco_mtop"
Variable: "$m_{bjj}$ [GeV]"
Binning: [ 50, 70, 90, 110, 130, 150, 170, 190, 210, 230, 250, 270, 290, 310, 330, 350, 370, 390, 410, 430, 450, 470, 490, 510, 530, 550 ]
- Name: "Ht"
RegionPath: "hist_Ht"
Variable: "$H_T$ [GeV/c]"
Binning: [ 70, 90, 110, 130, 150, 170, 190, 210, 230, 250, 270, 290, 310, 330, 350, 370, 390, 410, 430, 450, 470, 490, 510, 530, 550, 570 ]
Samples:
- Name: "Pseudodata"
SamplePath: "pseudodata"
Data: True
- Name: "1) single top s chan."
SamplePath: "single top s chan."
- Name: "2) single top t chan."
SamplePath: "single top t chan."
- Name: "3) single top tW chan."
SamplePath: "single top tW chan."
- Name: "4) $t \\bar{t}$"
SamplePath: "$t \\bar{t}$"
- Name: "5) W and jets"
SamplePath: "W and jets"
Systematics:
- Name: "Luminosity"
Up:
Normalization: 0.01
Down:
Normalization: -0.01
Type: "Normalization"
- Name: "Theory t-tbar"
Up:
VariationPath: "systematic_var"
Down:
Symmetrize: True
Samples: "4) $t \\bar{t}$"
Type: "NormPlusShape"
NormFactors:
- Name: "ttbar_norm"
Samples: "4) $t \\bar{t}$"
Nominal: 1.0
Bounds: [0, 10]
- Name: "W&jets_norm"
Samples: "5) W and jets"
Nominal: 1.0
Bounds: [0, 10]