Skip to content

Commit

Permalink
fixing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Agostino De Iorio committed Dec 16, 2024
1 parent 825f013 commit 6b33da3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/BTVNanoCommissioning/workflows/ctag_Wctt_valid_sf.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,9 +538,7 @@ def process_shift(self, events, shift_name):
flatten(ssmu[histname.replace("soft_l_", "")]),
weight=weight,
)
elif "mujet_" in histname and not any(
c_algo in histname for c_algo in c_algos
):
elif "mujet_" in histname and histname.replace("mujet_", "") in smuon_jet.fields:
h.fill(
syst,
smflav,
Expand Down

0 comments on commit 6b33da3

Please sign in to comment.