Functions | |
def | PrintError (val, err) |
def | printlist (mylist) |
def | GetHists (c1) |
def | VerticalRange (hists, xrange=(0, 0), ratio=False, forceOne=True, ignoreError=False, maxerr=0.25, absMax=-999, absMin=-999, buffer=0.05) |
def | HorizontalRange (hists, mustinclude=[]) |
def | ChisqCount (h1, h2) |
def | MakeGradient (nsteps, start, end) |
def | Intersections (hist, value, interp=False) |
def | gIntersections (graph, value, xrng, nsteps=1000) |
def | Interpolate (x1, y1, x2, y2, yvalue) |
def | pbloop (iterable, name="Entries") |
def | BinWidthNormalize (h, width=-1) |
def | MakeBins (bmin, bmax, nbins, log=False) |
def | DrawDiv (x, c1) |
def | DrawLine (c1, val=0) |
def | mean (lst) |
def | stdev (lst) |
def | rms (lst) |
def | ProfileX (hist) |
def | ProfileY (hist) |
def HandyFuncs.BinWidthNormalize | ( | h, | |
width = -1 |
|||
) |
Definition at line 222 of file HandyFuncs.py.
def HandyFuncs.ChisqCount | ( | h1, | |
h2 | |||
) |
Definition at line 116 of file HandyFuncs.py.
def HandyFuncs.DrawDiv | ( | x, | |
c1 | |||
) |
Definition at line 248 of file HandyFuncs.py.
def HandyFuncs.DrawLine | ( | c1, | |
val = 0 |
|||
) |
Definition at line 257 of file HandyFuncs.py.
def HandyFuncs.GetHists | ( | c1 | ) |
Definition at line 31 of file HandyFuncs.py.
def HandyFuncs.gIntersections | ( | graph, | |
value, | |||
xrng, | |||
nsteps = 1000 |
|||
) |
Definition at line 185 of file HandyFuncs.py.
def HandyFuncs.HorizontalRange | ( | hists, | |
mustinclude = [] |
|||
) |
Definition at line 93 of file HandyFuncs.py.
def HandyFuncs.Interpolate | ( | x1, | |
y1, | |||
x2, | |||
y2, | |||
yvalue | |||
) |
Definition at line 204 of file HandyFuncs.py.
def HandyFuncs.Intersections | ( | hist, | |
value, | |||
interp = False |
|||
) |
Definition at line 164 of file HandyFuncs.py.
def HandyFuncs.MakeBins | ( | bmin, | |
bmax, | |||
nbins, | |||
log = False |
|||
) |
Definition at line 236 of file HandyFuncs.py.
def HandyFuncs.MakeGradient | ( | nsteps, | |
start, | |||
end | |||
) |
Definition at line 138 of file HandyFuncs.py.
def HandyFuncs.mean | ( | lst | ) |
Definition at line 266 of file HandyFuncs.py.
def HandyFuncs.pbloop | ( | iterable, | |
name = "Entries" |
|||
) |
Definition at line 209 of file HandyFuncs.py.
def HandyFuncs.PrintError | ( | val, | |
err | |||
) |
Definition at line 10 of file HandyFuncs.py.
def HandyFuncs.printlist | ( | mylist | ) |
Definition at line 16 of file HandyFuncs.py.
def HandyFuncs.ProfileX | ( | hist | ) |
Definition at line 277 of file HandyFuncs.py.
def HandyFuncs.ProfileY | ( | hist | ) |
Definition at line 293 of file HandyFuncs.py.
def HandyFuncs.rms | ( | lst | ) |
Definition at line 273 of file HandyFuncs.py.
def HandyFuncs.stdev | ( | lst | ) |
Definition at line 269 of file HandyFuncs.py.
def HandyFuncs.VerticalRange | ( | hists, | |
xrange = (0,0) , |
|||
ratio = False , |
|||
forceOne = True , |
|||
ignoreError = False , |
|||
maxerr = 0.25 , |
|||
absMax = -999 , |
|||
absMin = -999 , |
|||
buffer = 0.05 |
|||
) |
Definition at line 36 of file HandyFuncs.py.