Skip to content

Commit

Permalink
added message about VV dr cut
Browse files Browse the repository at this point in the history
  • Loading branch information
andresnava1000 committed Sep 12, 2023
1 parent fec234b commit 9c57c9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/HHbbVV/processors/bbVVSkimmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,8 @@ 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
# (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 9c57c9b

Please sign in to comment.