Skip to content

Commit

Permalink
gp_rdiff: small fix for excess/dNdy plot
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Oct 28, 2014
1 parent 26d3455 commit 9e2bee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyana/examples/gp_rdiff.py
Expand Up @@ -351,7 +351,7 @@ def gp_rdiff(version, nomed, noxerr, diffRel, divdNdy):
if version == 'LatestPatrickJieYi': yr_upp = 2.5 if divdNdy else 2.
if divdNdy:
labels.update(dict((str(v), [float(k)*0.9,yr_upp*1.05,True]) for k,v in dNdyPi0.items()))
labels.update({ 'dN/dy|_{/Symbol \\160}': [100,4.7,True]})
labels.update({ 'dN/dy|_{/Symbol \\160}': [100,yr_upp*1.05,True]})
labels.update({
'{LMR: %.2f < M_{ee} < %.2f GeV/c^{2}}' % (eRanges[1], eRanges[2]): [0.4,0.15,False],
})
Expand Down

0 comments on commit 9e2bee8

Please sign in to comment.