Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
farakiko committed Aug 30, 2024
1 parent 9a823f8 commit 32ff31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion combine/datacard_systematics.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def systs_not_from_parquets(years: List[str], lep_channels: List[str]):
systs_dict_values["all_samples"]["miniisolation_SF_unc"] = (1.02, 0.98)

systs_dict["all_samples"]["trigger_SF_unc"] = rl.NuisanceParameter(f"{CMS_PARAMS_LABEL}_trigger_SF_unc", "lnN")
systs_dict_values["all_samples"]["trigger_SF_unc"] = (1.53, None)
systs_dict_values["all_samples"]["trigger_SF_unc"] = (1.053, None)

# PER SAMPLE SYSTEMATICS
for sample in samples:
Expand Down

0 comments on commit 32ff31b

Please sign in to comment.