Skip to content

Commit

Permalink
Merge branch 'main' into bdt_disc
Browse files Browse the repository at this point in the history
  • Loading branch information
cmantill authored Nov 21, 2024
2 parents 4d64e7a + bbfffc0 commit 8cafb32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HH4b/processors/bbbbSkimmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ def process(self, events: ak.Array):

# apply trigger
apply_trigger = True
if (~is_run3) and (~isData) and self._region == "signal":
if (not is_run3) and (not isData) and self._region == "signal":
# in run2 we do not apply the trigger to MC
apply_trigger = False
if apply_trigger:
Expand Down

0 comments on commit 8cafb32

Please sign in to comment.