Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
farakiko committed Aug 30, 2024
1 parent 32ff31b commit ccf6a92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions combine/datacard_systematics.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ 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.053, None)
systs_dict["all_samples"]["trigger_SF_unc"] = rl.NuisanceParameter(f"{CMS_PARAMS_LABEL}_ele_trigger_syst_unc", "lnN")
systs_dict_values["all_samples"][f"{CMS_PARAMS_LABEL}_ele_trigger_syst_unc"] = (1.053, None)

# PER SAMPLE SYSTEMATICS
for sample in samples:
Expand Down Expand Up @@ -381,7 +381,7 @@ def systs_from_parquets(years):
["TTbar"],
),
# trigger SF
rl.NuisanceParameter(f"{CMS_PARAMS_LABEL}_ele_trigger", "shape"): (
rl.NuisanceParameter(f"{CMS_PARAMS_LABEL}_ele_trigger_stat_unc", "shape"): (
"trigger_ele_SF",
sigs + bkgs,
),
Expand Down

0 comments on commit ccf6a92

Please sign in to comment.