Skip to content

Commit

Permalink
fixing minor bug in plotImpacts.py
Browse files Browse the repository at this point in the history
ajgilbert committed Dec 16, 2015

Verified

This commit was signed with the committer’s verified signature. The key has expired.
dietmarw Dietmar Winkler
1 parent 4310cab commit d2b9eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CombineTools/scripts/plotImpacts.py
Original file line number Diff line number Diff line change
@@ -134,7 +134,7 @@ def Translate(name, ndict):

plot.DrawCMSLogo(pads[0], 'CMS', args.cms_label, 0, 0.25, 0.00, 0.00)
plot.DrawTitle(pads[1], '#hat{%s} = %.3g #pm %.3g' % (
Translate(POIs[0], translate), POI_fit[1], (POI_fit[2] - POI_fit[1]) / 2.), 3)
Translate(POIs[0], translate), POI_fit[1], (POI_fit[2] - POI_fit[0]) / 2.), 3)
extra = ''
if page == 0:
extra = '('

0 comments on commit d2b9eba

Please sign in to comment.