-
Notifications
You must be signed in to change notification settings - Fork 2
/
config_ntuples.yml
59 lines (51 loc) · 1.12 KB
/
config_ntuples.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
General:
Measurement: "minimal_example"
POI: "Signal_norm"
HistogramFolder: "histograms/"
InputPath: "inputs/{SamplePath}"
Regions:
- Name: "Signal_region"
Variable: "jet_pt"
Filter: "lep_charge > 0"
Binning: [200, 300, 400, 500, 600]
Samples:
- Name: "Data"
Tree: "pseudodata"
SamplePath: "data.root"
Data: True
- Name: "Signal"
Tree: "signal"
SamplePath: "prediction.root"
Weight: "weight"
DisableStaterror: True
- Name: "Background"
Tree: "background"
SamplePath: "prediction.root"
Weight: "weight"
Systematics:
- Name: "Luminosity"
Up:
Normalization: 0.05
Down:
Normalization: -0.05
Type: "Normalization"
- Name: "Modeling"
Up:
SamplePath: "prediction.root"
Tree: "background_varied"
Down:
Symmetrize: True
Samples: "Background"
Type: "NormPlusShape"
- Name: "WeightBasedModeling"
Up:
Weight: "weight_up"
Down:
Weight: "0.7*weight"
Samples: "Background"
Type: "NormPlusShape"
NormFactors:
- Name: "Signal_norm"
Samples: "Signal"
Nominal: 1
Bounds: [0, 10]