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

Comparing UserCode/VHbb/python/myutils/Ratio.py (file contents):
Revision 1.2 by peller, Thu Jan 17 11:05:45 2013 UTC vs.
Revision 1.3 by nmohr, Fri Jul 19 09:53:44 2013 UTC

# Line 36 | Line 36 | def getRatio(hist,reference,min,max,yTit
36      if restrict:
37          theRatio.SetMinimum(0.01)
38          theRatio.SetMaximum(2.49)
39 +        #theRatio.SetMinimum(0.35)
40 +        #theRatio.SetMaximum(1.8)
41      else:
42          theRatio.SetMinimum(int(theRatio.GetMinimum()))
43          theRatio.SetMaximum(int(theRatio.GetMaximum()*1.5))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines