Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
rkansal47 committed Aug 1, 2024
1 parent a289b66 commit 82dc7cc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/HHbbVV/hh_vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
("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"),
# ("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"),
Expand Down
11 changes: 10 additions & 1 deletion src/HHbbVV/postprocessing/PostProcess.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"\n",
"events_dict = postprocessing.load_samples(\n",
" samples_dir,\n",
" {**nonres_samples, **samples},\n",
" {**nonres_samples}, # , **samples},\n",
" year,\n",
" filters,\n",
" hem_cleaning=False,\n",
Expand All @@ -158,6 +158,15 @@
"cutflow"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"events_dict[\"HHbbVV\"][\"vbf_Mass_jj\"]"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit 82dc7cc

Please sign in to comment.