Namespaces | Functions
HandyFuncs.py File Reference

Go to the source code of this file.

Namespaces

 HandyFuncs
 

Functions

def HandyFuncs.PrintError (val, err)
 
def HandyFuncs.printlist (mylist)
 
def HandyFuncs.GetHists (c1)
 
def HandyFuncs.VerticalRange (hists, xrange=(0, 0), ratio=False, forceOne=True, ignoreError=False, maxerr=0.25, absMax=-999, absMin=-999, buffer=0.05)
 
def HandyFuncs.HorizontalRange (hists, mustinclude=[])
 
def HandyFuncs.ChisqCount (h1, h2)
 
def HandyFuncs.MakeGradient (nsteps, start, end)
 
def HandyFuncs.Intersections (hist, value, interp=False)
 
def HandyFuncs.gIntersections (graph, value, xrng, nsteps=1000)
 
def HandyFuncs.Interpolate (x1, y1, x2, y2, yvalue)
 
def HandyFuncs.pbloop (iterable, name="Entries")
 
def HandyFuncs.BinWidthNormalize (h, width=-1)
 
def HandyFuncs.MakeBins (bmin, bmax, nbins, log=False)
 
def HandyFuncs.DrawDiv (x, c1)
 
def HandyFuncs.DrawLine (c1, val=0)
 
def HandyFuncs.mean (lst)
 
def HandyFuncs.stdev (lst)
 
def HandyFuncs.rms (lst)
 
def HandyFuncs.ProfileX (hist)
 
def HandyFuncs.ProfileY (hist)