diff --git a/boostedhiggs/corrections.py b/boostedhiggs/corrections.py index e06ceba59..e76c96f0f 100644 --- a/boostedhiggs/corrections.py +++ b/boostedhiggs/corrections.py @@ -546,7 +546,7 @@ def get_clip(lep_pt, lep_eta, lepton_type, corr=None): # add weights (for now only the nominal weight) weights.add(f"{corr}_{lepton_type}", values["nominal"], values["up"], values["down"]) - + break # # quick hack to add electron trigger SFs # if lepton_type == "electron": # corr = "trigger"