Skip to content

Commit

Permalink
correlate qcd and pdf acc uncs
Browse files Browse the repository at this point in the history
  • Loading branch information
rkansal47 committed Aug 5, 2024
1 parent 8449837 commit c442c34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/HHbbVV/postprocessing/CreateDatacard.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,19 +328,19 @@

# dictionary of correlated shape systematics: name in templates -> name in cards, etc.
corr_year_shape_systs = {
"FSRPartonShower": Syst(name="ps_fsr", prior="shape", samples=all_mc),
"ISRPartonShower": Syst(name="ps_isr", prior="shape", samples=all_mc),
"FSRPartonShower": Syst(name="ps_fsr", prior="shape", samples=all_mc, samples_corr=True),
"ISRPartonShower": Syst(name="ps_isr", prior="shape", samples=all_mc, samples_corr=True),
"scale": Syst(
name=f"{CMS_PARAMS_LABEL}_QCDScaleacc",
prior="shape",
samples=nonres_sig_keys,
samples_corr=False,
samples_corr=True,
),
"pdf": Syst(
name=f"{CMS_PARAMS_LABEL}_PDFacc",
prior="shape",
samples=nonres_sig_keys,
samples_corr=False,
samples_corr=True,
),
"txbb": Syst(
name=f"{CMS_PARAMS_LABEL}_PNetHbbScaleFactors_correlated",
Expand Down

0 comments on commit c442c34

Please sign in to comment.