ATLAS Offline Software
Loading...
Searching...
No Matches
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

namespace  python
namespace  python.pydraw

Functions

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

Variables

 python.pydraw.ScatterH2 = ROOT.RootUtils.ScatterH2
 python.pydraw.last_hist = None
 python.pydraw._globals = sys.modules['__main__'].__dict__
str python.pydraw._idchars = string.ascii_letters + string.digits + '_'
str python.pydraw._evtvar = '_ev'
bool python.pydraw._debug = False
dict 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.