Skip to content

Commit

Permalink
gp_background: better labels
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed May 18, 2014
1 parent 2edbe82 commit 362c542
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pyana/examples/gp_background.py
Expand Up @@ -39,10 +39,13 @@ def gp_background():
],
xlabel = 'dielectron invariant mass, M_{ee} (GeV/c^{2})',
ylabel = 'counts / %d MeV/c^{2}' % REBIN,
key = ['spacing 1.6'],
labels = {
'%s GeV' % energy: (2.2, 5e3),
'NR: M_{ee} > 0.9 GeV/c^{2}': (2.2, 2e3),
'A_{/Symbol \\261} = 0.026813(25)': (2.2, 0.7e3)
'%s GeV' % energy: (1.5, 5e4),
'Normalization Region:': (0.1, 1e3),
'M_{ee} > 0.9 GeV/c^{2}': (0.1,0.3e3),
'relative statistical error on': (0.1, 10),
'normalization factor: 9.3{/Symbol \264}10^{-4}': (0.1, 4) #0.026813(25)
},
)
# background ratio and acc.corr.
Expand Down

0 comments on commit 362c542

Please sign in to comment.