Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
farakiko committed Oct 10, 2024
1 parent adf13ea commit 0f78fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boostedhiggs/corrections.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0f78fa2

Please sign in to comment.