Skip to content

Commit

Permalink
fix FatJet selector
Browse files Browse the repository at this point in the history
  • Loading branch information
mafrahm committed Aug 12, 2024
1 parent 18324b3 commit d7997c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hbw/selection/jet.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def sl_boosted_jet_selection(
if self.single_lepton_selector:
hbbJet_mask = (
hbbJet_mask &
(events.FatJet.n_separated_jets >= 1)
(events.cutflow.FatJet.n_separated_jets >= 1)
)

# create temporary object with fatjet mask applied and get the subjets
Expand Down

0 comments on commit d7997c9

Please sign in to comment.