ROOT  6.06/08
Reference Guide
Classes | Namespaces | Functions | Variables
ROOT.py File Reference

Go to the source code of this file.

Classes

class  ROOT.RootNameCompleter
 
class  ROOT._Configuration
 configuration ------------------------------------------------------------— More...
 
class  ROOT._ExpandMacroFunction
 special cases for gPad, gVirtualX (are C++ macro's) ----------------------— More...
 
class  ROOT.ModuleFacade
 allow loading ROOT classes as attributes ---------------------------------— More...
 

Namespaces

 ROOT
 Namespace for new ROOT classes and functions.
 

Functions

def ROOT.isfunction (object)
 
def ROOT.ismethod (object)
 
def ROOT.split (str)
 helpers ------------------------------------------------------------------— More...
 
def ROOT._TTree__iter__ (self)
 
def ROOT._excepthook (exctype, value, traceb)
 RINT command emulation ---------------------------------------------------—. More...
 
def ROOT._displayhook (v)
 
def ROOT._importhook (name, args, kwds)
 
def ROOT._processRootEvents (controller)
 helper to prevent GUIs from starving More...
 
def ROOT.cleanup ()
 

Variables

string ROOT.__version__ = '8.0.0'
 
string ROOT.__author__ = 'Wim Lavrijsen (WLavrijsen@lbl.gov)'
 
 ROOT.action
 
 ROOT.category
 
 ROOT.RuntimeWarning
 
 ROOT.module
 
 ROOT.message
 
 ROOT._root = cppyy._backend
 load PyROOT C++ extension module, special case for linux and Sun ---------— More...
 
 ROOT._old_isfunction
 
 ROOT.PyConfig = _Configuration()
 
list ROOT.__pseudo__all__
 choose interactive-favored policies -----------------------------------—— More...
 
list ROOT.__all__ = []
 
 ROOT._orig_ehook = sys.excepthook
 
list ROOT._memPolicyAPI = [ 'SetMemoryPolicy', 'SetOwnership', 'kMemoryHeuristics', 'kMemoryStrict' ]
 for setting memory and speed policies; not exported More...
 
list ROOT._sigPolicyAPI = [ 'SetSignalPolicy', 'kSignalFast', 'kSignalSafe' ]
 
 ROOT.std
 put std namespace directly onto ROOT -------------------------------------— More...
 
 ROOT.excepthook
 
 ROOT._orig_dhook = sys.displayhook
 call EndOfLineAction after each interactive command (to update display etc.) More...
 
 ROOT._orig_ihook = __builtin__.__import__
 
 ROOT.pre_execute_callbacks = get_ipython().events.callbacks['pre_execute']
 
string ROOT.zmqIshellName = 'ZMQInteractiveShell'