Skip to content

Commit

Permalink
Merge pull request #29 from rkansal47/vbf_systematics
Browse files Browse the repository at this point in the history
added message about VV dr cut
  • Loading branch information
rkansal47 authored Sep 12, 2023
2 parents 8dcb8a4 + e4c65a2 commit 615c7d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/HHbbVV/processors/bbVVSkimmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,9 @@ def process(self, events: ak.Array):

jets, _ = get_jec_jets(events, year, isData, self.jecs, fatjets=False)

# dR_fatjetVV = 0.8 used from last two cells of VBFgenInfoTests.ipynb with data generated from SM signal vbf
# https://github.com/rkansal47/HHbbVV/blob/vbf_systematics/src/HHbbVV/VBF_binder/VBFgenInfoTests.ipynb
# (0-14R1R2study.parquet) has columns of different nGoodVBFJets corresponding to R1 and R2 cuts
vbf_jet_mask = (
jets.isTight
& (jets.pt > self.ak4_jet_selection["pt"])
Expand Down

0 comments on commit 615c7d2

Please sign in to comment.