ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/VHbb/python/tree_stack.py
(Generate patch)

Comparing UserCode/VHbb/python/tree_stack.py (file contents):
Revision 1.17 by peller, Wed Oct 3 16:35:15 2012 UTC vs.
Revision 1.18 by nmohr, Thu Oct 4 07:54:58 2012 UTC

# Line 288 | Line 288 | for v in range(0,len(vars)):
288      ratio.GetYaxis().SetRangeUser(0,2)
289      ratio.GetYaxis().SetNdivisions(502,0)
290      ratio.GetXaxis().SetTitle(xAxis[v])
291 +    ratioError = ROOT.TGraphErrors(error)
292 +    ratioError.SetFillColor(ROOT.kGray+3)
293 +    ratioError.SetFillStyle(3013)
294      ratio.Draw("E1")
295 +    ratioError.Draw('SAME2')
296 +    ratio.Draw("E1SAME")
297      ratio.SetTitle("")
298      m_one_line = ROOT.TLine(xMin[v],1,xMax[v],1)
299      m_one_line.SetLineStyle(7)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines