# | 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.2,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') |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |