Skip to content

Commit

Permalink
fix typos in inference model
Browse files Browse the repository at this point in the history
  • Loading branch information
mafrahm committed Aug 11, 2023
1 parent 4b85dc9 commit 6c9b4a9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions hbw/inference/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@

rate_systematics = [
# Lumi: should automatically choose viable uncertainties based on campaign
"lumi_13TeV_2016"
"lumi_13TeV_2017"
"lumi_13TeV_1718"
"lumi_13TeV_correlated"
"lumi_13TeV_2016",
"lumi_13TeV_2017",
"lumi_13TeV_1718",
"lumi_13TeV_correlated",
# Rate QCDScale uncertainties
"QCDScale_ttbar",
"QCDScale_V",
Expand Down Expand Up @@ -233,7 +233,7 @@ def default(self):
# NOTE: it might be easier to just take the recommended uncertainty values from HH conventions at
# https://gitlab.cern.ch/hh/naming-conventions instead of taking the values from CMSDB
for k, procs in const.processes_per_QCDScale.items():
syst_name = f"QCDscale_{k}"
syst_name = f"QCDScale_{k}"
if syst_name not in self.systematics:
continue

Expand Down

0 comments on commit 6c9b4a9

Please sign in to comment.