forked from vcepaitis/histo
-
Notifications
You must be signed in to change notification settings - Fork 3
/
regions_hem.json
32 lines (32 loc) · 1.85 KB
/
regions_hem.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
[
[
"dy_mu1mu2_OS_hem_jet_",
"(hnlJet_nominal_eta < - 1.3) and (Leptons_muonmuon>0) and (dilepton_charge<0) and (dilepton_mass>80.) and (nleadingLeptons+nsubleadingLeptons == 2) and (nominal_met<100) and (nselectedJets_nominal<5)",
"#eta (j^{*}) < -1.3, m(ll) > 80 GeV, #mu^{#pm}#mu^{#mp}+jets"
],
[
"dy_el1el2_OS_hem_jet_",
"(hnlJet_nominal_eta< -1.3) and (Leptons_electronelectron>0) and (dilepton_charge<0) and (dilepton_mass>80) and (nleadingLeptons+nsubleadingLeptons == 2) and (nominal_met<100) and (nselectedJets_nominal<5)",
"#eta (j^{*}) < -1.3, m(ll) > 80 GeV, e^{#pm}e^{#mp}+jets"
],
[
"dy_mu1mu2_OS_hem_l1_",
"(leadingLeptons_eta[0] < - 1.3) and (Leptons_muonmuon>0) and (dilepton_charge<0) and (dilepton_mass>80.) and (nleadingLeptons+nsubleadingLeptons == 2) and (nominal_met<100) and (nselectedJets_nominal<5)",
"#eta (l_{1}) < -1.3, m(ll) > 80 GeV, #mu^{#pm}#mu^{#mp}+jets"
],
[
"dy_el1el2_OS_hem_l1_",
"(leadingLeptons_eta[0]< -1.3) and (Leptons_electronelectron>0) and (dilepton_charge<0) and (dilepton_mass>80) and (nleadingLeptons+nsubleadingLeptons == 2) and (nominal_met<100) and (nselectedJets_nominal<5)",
"#eta (l_{1}) < -1.3, m(ll) > 80 GeV, e^{#pm}e^{#mp}+jets"
],
[
"dy_mu1mu2_OS_hem_l2_",
"(subleadingLeptons_eta[0] < - 1.3) and (Leptons_muonmuon>0) and (dilepton_charge<0) and (dilepton_mass>80.) and (nleadingLeptons+nsubleadingLeptons == 2) and (nominal_met<100) and (nselectedJets_nominal==5)",
"#eta (l_{2}) < -1.3, m(ll) > 80 GeV, #mu^{#pm}#mu^{#mp}+jets"
],
[
"dy_el1el2_OS_hem_l2_",
"(subleadingLeptons_eta[0]< -1.3) and (Leptons_electronelectron>0) and (dilepton_charge<0) and (dilepton_mass>80) and (nleadingLeptons+nsubleadingLeptons == 2) and (nominal_met<100) and (nselectedJets_nominal==5)",
"#eta (l_{2}) < -1.3, m(ll) > 80 GeV, e^{#pm}e^{#mp}+jets"
]
]