Skip to content

Commit

Permalink
Merge branch 'update_lp' of https://github.com/rkansal47/HHbbVV into …
Browse files Browse the repository at this point in the history
…update_lp
  • Loading branch information
rkansal47 committed Aug 1, 2024
2 parents 86812ec + f5dc343 commit 1833615
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Binary file not shown.
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 1833615

Please sign in to comment.