Skip to content

Commit

Permalink
minor bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mondalspandan committed Jul 18, 2024
1 parent 011e25a commit 585a03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BTVNanoCommissioning/workflows/ctag_eWc_valid_sf.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def process_shift(self, events, shift_name):
req_jets = (ak.num(event_jet.pt) >= 1) & (ak.num(event_jet.pt) <= 3)

## Soft Muon cuts
soft_muon = events.Muon[softmu_πmask(events, self._campaign)]
soft_muon = events.Muon[softmu_mask(events, self._campaign)]
req_softmu = ak.count(soft_muon.pt, axis=1) >= 1
mujetsel = ak.fill_none(
(ak.all(event_jet.metric_table(soft_muon) <= 0.4, axis=2))
Expand Down

0 comments on commit 585a03d

Please sign in to comment.