forked from vcepaitis/histo
-
Notifications
You must be signed in to change notification settings - Fork 3
/
regions_track_unc.json
37 lines (37 loc) · 1.37 KB
/
regions_track_unc.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
[
[
"mu1mu2_SR_",
"(Leptons_muonmuon) and (dilepton_mass>20.) and (dilepton_mass>80.) and (nleadingLeptons+nsubleadingLeptons == 2) and (MET_filter > 0)",
"#mu#mu+jets"
],
[
"mu1el2_SR_",
"(Leptons_muonelectron) and (dilepton_mass>20.) and (dilepton_mass>80.) and (nleadingLeptons+nsubleadingLeptons == 2) and (MET_filter > 0)",
"#mue+jets"
],
[
"el1mu2_SR_",
"(Leptons_electronmuon) and (dilepton_mass>20.) and (dilepton_mass>80.) and (nleadingLeptons+nsubleadingLeptons == 2) and (MET_filter > 0)",
"e#mu+jets"
],
[
"mu1mu2_high_ht_",
"(Leptons_muonmuon) and (nominal_ht>150.) and (dilepton_mass>20.) and (nleadingLeptons+nsubleadingLeptons == 2) and (MET_filter > 0)",
"#mu#mu+jets, H_{T} > 150 GeV"
],
[
"el1el2_high_ht_",
"(Leptons_electronelectron) and (nominal_ht>150.) and (dilepton_mass>20.) and (nleadingLeptons+nsubleadingLeptons == 2) and (MET_filter > 0)",
"ee+jets, H_{T} > 150 GeV"
],
[
"mu1el2_high_ht_",
"(Leptons_muonelectron) and (nominal_ht>150.) and (dilepton_mass>20.) and (nleadingLeptons+nsubleadingLeptons == 2) and (MET_filter > 0)",
"#mue+jets, H_{T} > 150 GeV"
],
[
"el1mu2_high_ht_",
"(Leptons_electronmuon) and (nominal_ht>150.) and (dilepton_mass>20.) and (nleadingLeptons+nsubleadingLeptons == 2) and (MET_filter > 0)",
"e#mu+jets, H_{T} > 150 GeV"
]
]