Skip to content

Commit

Permalink
add back signals
Browse files Browse the repository at this point in the history
  • Loading branch information
rkansal47 committed Aug 1, 2024
1 parent e61540f commit 86812ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions src/HHbbVV/hh_vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,17 @@
("HHbbVV", "GluGluToHHTobbVV_node_cHHH1"),
("ggHH_kl_2p45_kt_1_HHbbVV", "GluGluToHHTobbVV_node_cHHH2p45"),
("ggHH_kl_5_kt_1_HHbbVV", "GluGluToHHTobbVV_node_cHHH5"),
# ("ggHH_kl_0_kt_1_HHbbVV", "GluGluToHHTobbVV_node_cHHH0"), # not used in combination
("ggHH_kl_0_kt_1_HHbbVV", "GluGluToHHTobbVV_node_cHHH0"), # not used in combination
("VBFHHbbVV", "VBF_HHTobbVV_CV_1_C2V_1_C3_1"),
("qqHH_CV_1_C2V_0_kl_1_HHbbVV", "VBF_HHTobbVV_CV_1_C2V_0_C3_1"),
("qqHH_CV_1p5_C2V_1_kl_1_HHbbVV", "VBF_HHTobbVV_CV_1_5_C2V_1_C3_1"),
("qqHH_CV_1_C2V_1_kl_2_HHbbVV", "VBF_HHTobbVV_CV_1_C2V_1_C3_2"),
("qqHH_CV_1_C2V_2_kl_1_HHbbVV", "VBF_HHTobbVV_CV_1_C2V_2_C3_1"),
("qqHH_CV_1_C2V_1_kl_0_HHbbVV", "VBF_HHTobbVV_CV_1_C2V_1_C3_0"),
# ("qqHH_CV_0p5_C2V_1_kl_1_HHbbVV", "VBF_HHTobbVV_CV_0_5_C2V_1_C3_1"), # not used in combination
(
"qqHH_CV_0p5_C2V_1_kl_1_HHbbVV",
"VBF_HHTobbVV_CV_0_5_C2V_1_C3_1",
), # not used in combination
]
)
nonres_sig_keys = list(nonres_samples.keys())
Expand Down
8 changes: 4 additions & 4 deletions src/binder/VBFPlots.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -37,7 +37,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -47,11 +47,11 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
"plot_dir = Path(\"../../plots/VBF/24Jul18\")\n",
"plot_dir = Path(\"../../plots/VBF/24Aug1\")\n",
"plot_dir.mkdir(parents=True, exist_ok=True)"
]
},
Expand Down

0 comments on commit 86812ec

Please sign in to comment.