# | Line 27 | Line 27 | def renewHist(hist,reference,min,max): | |
---|---|---|
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') |
30 | > | ROOT.gSystem.Load('./myutils/Ratio_C.so') |
31 | from ROOT import coolRatio | |
32 | thePlotter = coolRatio() | |
33 | theRatio = thePlotter.make_rebinned_ratios(theHist,theReference,maxUncertainty,False,0) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |