Skip to content

Commit 1a63b80

Browse files
committed
up
1 parent 059c90f commit 1a63b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boostedhiggs/hwwprocessor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ def _apply_pileup_cutoff(self, events, year, yearmod, cutoff: float = 4):
659659
def _add_selections(self, events, trigger, metfilters, objects, variables):
660660
"""Adds event pre-selection to PackedSelection for cutflow and filtering."""
661661

662-
if self.isMC:
662+
if self.isMC and self._apply_selection:
663663
self._apply_pileup_cutoff(events, self._year, self._yearmod, cutoff=4)
664664

665665
if self._apply_trigger:

0 commit comments

Comments
 (0)