Skip to content

Commit

Permalink
changed semi resolved veto to save veto data instead of applying cut
Browse files Browse the repository at this point in the history
  • Loading branch information
andresnava1000 committed Jan 5, 2024
1 parent edf7195 commit 5201875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/HHbbVV/processors/bbVVSkimmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -493,8 +493,8 @@ def process(self, events: ak.Array):
| (Wqq_excess < 2)
)

# skimmed_events["ak8_semi_resolved_Wqq"] = Wqq_cut.to_numpy() # For testing/plotting
add_selection("ak8_semi_resolved_Wqq", Wqq_cut, *selection_args)
# add_selection("ak8_semi_resolved_Wqq", Wqq_cut, *selection_args)
skimmed_events["ak8_semi_resolved_Wqq"] = Wqq_cut.to_numpy()

# 2018 HEM cleaning
# https://indico.cern.ch/event/1249623/contributions/5250491/attachments/2594272/4477699/HWW_0228_Draft.pdf
Expand Down

0 comments on commit 5201875

Please sign in to comment.