Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mafrahm committed Nov 30, 2023
1 parent ab48ba8 commit 227b6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hbw/selection/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def noise_filter_init(self: Selector):

if self.dataset_inst.has_tag("is_hbw") and self.config_inst.has_tag("is_run2"):
# missing in MiniAOD HH samples
self.event_flats.remove("BadPFMuonDzFilter")
self.noise_filter.remove("BadPFMuonDzFilter")

if self.config_inst.has_tag("is_run3"):
self.noise_filter.add("ecalBadCalibFilter")
Expand Down

0 comments on commit 227b6ce

Please sign in to comment.