ATLAS Offline Software
Classes | Namespaces | Functions | Variables
pydraw.py File Reference

Go to the source code of this file.

Classes

class  python.pydraw.TreeLoopWrapper
 
class  python.pydraw.AthenaLoopWrapper
 
class  python.pydraw._Loopvar
 
class  python.pydraw.Draw_Cmd
 
class  python.pydraw._Bins
 

Namespaces

 python.pydraw
 

Functions

def python.pydraw._setCanRebin (h)
 
def python.pydraw._hasCanRebin (h)
 
def python.pydraw._sanitize_hname (s)
 
def python.pydraw._untokenize (tokens)
 
def python.pydraw._find_outer (haystack, needle, ignore_delim=False)
 
def python.pydraw._split_outer (haystack, needle)
 
def python.pydraw._get_bins (args, ndim, axis)
 
def python.pydraw._get_hist (ndim, args, hname, htitle)
 
def python.pydraw.draw (arg)
 
def python.pydraw._scan_print (i, *args)
 
def python.pydraw.scan (arg)
 
def python.pydraw.loop (arg)
 
def python.pydraw.cmd (s)
 
def python.pydraw._excepthook (exctype, value, traceb)
 
def python.pydraw.cmdhook ()
 

Variables

 python.pydraw.ScatterH2 = ROOT.RootUtils.ScatterH2
 
 python.pydraw.last_hist = None
 
 python.pydraw._globals = sys.modules['__main__'].__dict__
 
string python.pydraw._idchars = string.ascii_letters + string.digits + '_'
 
string python.pydraw._evtvar = '_ev'
 
bool python.pydraw._debug = False
 
dictionary python.pydraw._cmddict
 
 python.pydraw._orig_ehook = None
 The stuff here sets things up so that after calling cmdhook(), the user can enter drawing commands directly at the python prompt. More...