Skip to content

Commit

Permalink
minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rkansal47 committed Feb 13, 2024
1 parent c226ed7 commit c478e6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/HHbbVV/processors/bbVVSkimmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@ def process(self, events: ak.Array):
& (events.Electron.cutBased >= events.Electron.LOOSE)
)
nelectronsHbb = ak.sum(goodelectronHbb, axis=1)

# if using HH4b lepton vetoes:
# https://cms.cern.ch/iCMS/user/noteinfo?cmsnoteid=CMS%20AN-2020/231 Section 7.1.2
# In order to be considered in the lepton veto step, a muon (electron) is required to to pass the selections described in Section 5.2, and to have pT > 15 GeV (pT > 20 GeV), and |η| < 2.4 (2.5).
Expand Down

0 comments on commit c478e6a

Please sign in to comment.