Skip to content

Commit

Permalink
Merge pull request #264 from cms-analysis/merge_VBF_scaling_fix
Browse files Browse the repository at this point in the history
Linear -> quadratic in kappa_VBF
  • Loading branch information
nucleosynthesis committed Jan 21, 2016
2 parents 87c8128 + ef5dac1 commit c26cefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/SMHiggsBuilder.py
Expand Up @@ -54,7 +54,7 @@ def makeScaling(self,what, Cb='Cb', Ctop='Ctop', CW='CW', CZ='CZ', Ctau='Ctau',
scalingName = 'Scaling_'+what+'_'+sqrts
# print 'Building '+ scalingName
rooExpr = 'expr::%(scalingName)s(\
"(@0+ @1 * @2 )/(1+@2)",\
"(@0*@0 + @1*@1 * @2 )/(1+@2)",\
%(CW)s, %(CZ)s,\
%(rooName)s\
)'%locals()
Expand Down

0 comments on commit c26cefb

Please sign in to comment.