Skip to content

Commit

Permalink
Remove the O(1e-5) discrepancy from the Hgg and Hzg scaling functions…
Browse files Browse the repository at this point in the history
… when kappa_i=1.
  • Loading branch information
adavidzh committed Sep 23, 2014
1 parent 2d2d7e8 commit 4a5a6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/SMHiggsBuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def makeScaling(self,what, Cb='Cb', Ctop='Ctop', CW='CW', CZ='CZ', Ctau='Ctau',
scalingName = 'Scaling_'+what
# print 'Building '+scalingName
rooExpr = 'expr::%(scalingName)s(\
"(@0*@0)*@4 + (@1*@1)*@5 + (@2*@2)*@6 + (@0*@1)*@7 + (@0*@2)*@8 + (@1*@2)*@9 + (@3*@3)*@10 + (@0*@3)*@11 + (@1*@3)*@12 + (@2*@3)*@13",\
"( (@0*@0)*@4 + (@1*@1)*@5 + (@2*@2)*@6 + (@0*@1)*@7 + (@0*@2)*@8 + (@1*@2)*@9 + (@3*@3)*@10 + (@0*@3)*@11 + (@1*@3)*@12 + (@2*@3)*@13 ) / (@4+@5+@6+@7+@8+@9+@10+@11+@12+@13)",\
%(Ctop)s, %(Cb)s, %(CW)s, %(Ctau)s,\
%(prefix)sGamma_tt, %(prefix)sGamma_bb, %(prefix)sGamma_WW,\
%(prefix)sGamma_tb, %(prefix)sGamma_tW, %(prefix)sGamma_bW,\
Expand Down

0 comments on commit 4a5a6bd

Please sign in to comment.