-
Notifications
You must be signed in to change notification settings - Fork 3
/
runGetFakeRate.sh
executable file
·26 lines (21 loc) · 1.45 KB
/
runGetFakeRate.sh
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
#!/bin/bash
# 2016_HIPM
root -l -b -q 'getFakeRate.C("2016_HIPM","cut_Tight80x__mvaFall17V2Iso_WP90_tthmva_70")'
root -l -b -q 'getFakeRate.C("2016_HIPM","cut_Tight80x__mvaFall17V2Iso_WP90_SS")'
root -l -b -q 'getFakeRate.C("2016_HIPM","cut_Tight80x_tthmva_80__mvaFall17V2Iso_WP90_SS_tthmva_70")'
root -l -b -q 'getFakeRate.C("2016_HIPM","cut_Tight80x_tthmva_80__mvaFall17V2Iso_WP90")'
# 2016_noHIPM
root -l -b -q 'getFakeRate.C("2016_noHIPM","cut_Tight80x__mvaFall17V2Iso_WP90_tthmva_70")'
root -l -b -q 'getFakeRate.C("2016_noHIPM","cut_Tight80x__mvaFall17V2Iso_WP90_SS")'
root -l -b -q 'getFakeRate.C("2016_noHIPM","cut_Tight80x_tthmva_80__mvaFall17V2Iso_WP90_SS_tthmva_70")'
root -l -b -q 'getFakeRate.C("2016_noHIPM","cut_Tight80x_tthmva_80__mvaFall17V2Iso_WP90")'
# 2017
root -l -b -q 'getFakeRate.C("2017","cut_Tight_HWWW__mvaFall17V2Iso_WP90_tthmva_70")'
root -l -b -q 'getFakeRate.C("2017","cut_Tight_HWWW__mvaFall17V2Iso_WP90_SS")'
root -l -b -q 'getFakeRate.C("2017","cut_Tight_HWWW_tthmva_80__mvaFall17V2Iso_WP90_SS_tthmva_70")'
root -l -b -q 'getFakeRate.C("2017","cut_Tight_HWWW_tthmva_80__mvaFall17V2Iso_WP90")'
# 2018
root -l -b -q 'getFakeRate.C("2018","cut_Tight_HWWW__mvaFall17V2Iso_WP90_tthmva_70")'
root -l -b -q 'getFakeRate.C("2018","cut_Tight_HWWW__mvaFall17V2Iso_WP90_SS")'
root -l -b -q 'getFakeRate.C("2018","cut_Tight_HWWW_tthmva_80__mvaFall17V2Iso_WP90_SS_tthmva_70")'
root -l -b -q 'getFakeRate.C("2018","cut_Tight_HWWW_tthmva_80__mvaFall17V2Iso_WP90")'