ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/OSUT3Analysis/Configuration/scripts/makePlots.py
(Generate patch)

Comparing UserCode/OSUT3Analysis/Configuration/scripts/makePlots.py (file contents):
Revision 1.57 by wulsin, Fri Aug 2 10:59:01 2013 UTC vs.
Revision 1.58 by jbrinson, Tue Aug 6 13:56:04 2013 UTC

# Line 96 | Line 96 | gROOT.ForceStyle()
96  
97   #set the text for the luminosity label
98   if(intLumi < 1000.):
99 +    LumiInPb = intLumi
100      LumiText = "L_{int} = " + str(intLumi) + " pb^{-1}"
101      LumiText = "L_{int} = " + str.format('{0:.1f}', LumiInPb) + " pb^{-1}"
102   else:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines