This repository has been archived by the owner on Jul 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plot_config.json
48 lines (48 loc) · 1.48 KB
/
plot_config.json
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
{
"eras": {
"2016BCD": {
"lumi": 12.6,
"label": "2016BCD"
},
"2016EF1": {
"lumi": 6.7,
"label": "$\\mathrm{2016EF}_{1}$"
},
"2016F2GH": {
"lumi": 16.6,
"label": "$\\mathrm{2016F_{2}GH}$"
},
"2016All": {
"lumi": 35.9,
"label": "2016"
}
},
"triggers": {
"PFJet140": [180.0, 250.0],
"PFJet200": [250.0, 320.0],
"PFJet260": [320.0, 390.0],
"PFJet320": [390.0, 485.0],
"PFJet400": [485.0, 550.0],
"PFJet450": [550.0, Infinity]
},
"binning": {
"ptLead": {
"range": [180.0, 1200.0],
"step": 10.0
},
"ptRecoil": {
"range": [100.0, 1200.0],
"step": 10.0
},
"ptMiss": {
"range": [0.0, 200.0],
"step": 2.0
}
},
"balance": {
"binning": [180.0, 200.0, 225.0, 250.0, 275.0, 300.0, 310.0, 320.0, 330.0, 340.0, 350.0, 360.0, 370.0, 380.0, 390.0, 400.0, 410.0, 420.0, 430.0, 440.0, 450.0, 460.0, 470.0, 485.0, 500.0, 510.0, 520.0, 530.0, 540.0, 550.0, 560.0, 570.0, 580.0, 590.0, 600.0, 610.0, 620.0, 630.0, 640.0, 650.0, 660.0, 670.0, 680.0, 690.0, 700.0, 710.0, 720.0, 730.0, 740.0, 750.0, 760.0, 770.0, 780.0, 790.0, 800.0, 810.0, 820.0, 830.0, 840.0, 850.0, 860.0, 870.0, 880.0, 890.0, 900.0, 910.0, 920.0, 930.0, 940.0, 950.0, 960.0, 970.0, 980.0, 990.0, 1000.0, 1050.0, 1100.0, 1200.0, 1400.0, 1600.0, 1800.0, 2000.0, 2200.0, 2500.0]
},
"control": {
"binning": [180.0, 250.0, 320.0, 390.0, 485.0, 550.0, 750.0, 1000.0, 1500.0, 2000.0]
}
}