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

Comparing UserCode/VHbb/python/Ratio.py (file contents):
Revision 1.3 by nmohr, Mon Oct 22 17:31:49 2012 UTC vs.
Revision 1.4 by peller, Thu Oct 25 14:53:38 2012 UTC

# Line 24 | Line 24 | def renewHist(hist,reference,min,max):
24          theReference.SetBinError(theReference.FindBin(weAreAt),reference.GetBinError(i))
25      return theHist, theReference
26  
27 < def getRatio(hist,reference,min,max,yTitle="",maxUncertainty = 0.5,restrict=True):
27 > def getRatio(hist,reference,min,max,yTitle="",maxUncertainty = 1000.000,restrict=True):
28      from ROOT import gROOT
29      theHist, theReference = renewHist(hist,reference,min,max)
30      ROOT.gSystem.Load('./Ratio_C.so')

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines