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