Skip to content

Commit

Permalink
Fix combined fit in CI and associated lumi uncertainty
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwalter2 committed Jan 10, 2025
1 parent 114d1fa commit adfa86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/combine/setupCombine.py
Original file line number Diff line number Diff line change
Expand Up @@ -1492,7 +1492,7 @@ def scale_hist_up_down(h, scale):
processes=["MCnoQCD"],
groups=[f"luminosity", "experiment", "expNoCalib"],
passToFakes=passSystToFakes,
outNames=["luminosityDown", "luminosityUp"],
outNames=["lumiDown", "lumiUp"],
systAxes=["downUpVar"],
labelsByAxis=["downUpVar"],
preOp=scale_hist_up_down,
Expand Down

0 comments on commit adfa86f

Please sign in to comment.