Skip to content

Commit f65cccd

Browse files
committed
up
1 parent f1ace12 commit f65cccd

File tree

2 files changed

+146
-66
lines changed

2 files changed

+146
-66
lines changed

binder/combine.ipynb

Lines changed: 107 additions & 49 deletions
Large diffs are not rendered by default.

combine/utilsPlots_afterCombine.py

Lines changed: 39 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,32 +14,54 @@
1414

1515

1616
# PLOTTING UTILS
17+
# color_by_sample = {
18+
# "ggF": "pink",
19+
# "VBF": "aqua",
20+
# "WH": "green",
21+
# "ZH": "blue",
22+
# "ttH": "yellow",
23+
# # background
24+
# "QCD": "#9c9ca1",
25+
# "WJetsLNu": "#f89c20",
26+
# "TTbar": "#e42536",
27+
# "Diboson": "orchid",
28+
# "SingleTop": "#964a8b",
29+
# "EWKvjets": "tab:grey",
30+
# "DYJets": "tab:purple",
31+
# "WZQQ": "khaki",
32+
# "Fake": "#9c9ca1",
33+
# "Rest": "#5790fc",
34+
# ###################################
35+
# # stxs
36+
# "ggH_hww_200_300": "lightsteelblue",
37+
# "ggH_hww_300_450": "tab:olive",
38+
# "ggH_hww_450_Inf": "tab:brown",
39+
# "qqH_hww_mjj_1000_Inf": "peru",
40+
# }
1741
color_by_sample = {
18-
"ggF": "pink",
19-
"VBF": "aqua",
20-
"WH": "green",
21-
"ZH": "blue",
22-
"ttH": "yellow",
42+
"ggF": "lightsteelblue",
43+
"VBF": "peru",
44+
# signal that is background
45+
"WH": "tab:brown",
46+
"ZH": "yellowgreen",
47+
"ttH": "tab:olive",
2348
# background
24-
"QCD": "#9c9ca1",
25-
"WJetsLNu": "#f89c20",
26-
"TTbar": "#e42536",
49+
"QCD": "tab:orange",
50+
"Fake": "tab:orange",
51+
"WJetsLNu": "tab:green",
52+
"TTbar": "tab:blue",
2753
"Diboson": "orchid",
28-
"SingleTop": "#964a8b",
54+
"SingleTop": "tab:cyan",
55+
# "WJetsLNu_unmatched": "tab:grey",
56+
# "WJetsLNu_matched": "tab:green",
2957
"EWKvjets": "tab:grey",
58+
# TODO: make sure it's WZQQ is NLO in next iteration
3059
"DYJets": "tab:purple",
3160
"WZQQ": "khaki",
32-
"Fake": "#9c9ca1",
61+
"WZQQorDYJets": "khaki",
3362
"Rest": "#5790fc",
34-
###################################
35-
# stxs
36-
"ggH_hww_200_300": "lightsteelblue",
37-
"ggH_hww_300_450": "tab:olive",
38-
"ggH_hww_450_Inf": "tab:brown",
39-
"qqH_hww_mjj_1000_Inf": "peru",
4063
}
4164

42-
4365
plot_labels = {
4466
"ggF": "ggF",
4567
"VBF": "VBF",

0 commit comments

Comments
 (0)