ROOT  6.06/09
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
 put std namespace directly onto ROOT ----------------------------------—— 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)'
 
string ROOT.message = 'class \S* already in TClassTable$'
 
 ROOT._root = cppyy._backend
 load PyROOT C++ extension module, special case for linux and Sun ---------— More...
 
tuple 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._orig_dhook = sys.displayhook
 call EndOfLineAction after each interactive command (to update display etc.) More...
 
 ROOT._orig_ihook = __builtin__.__import__
 
tuple ROOT.pre_execute_callbacks = get_ipython()
 
string ROOT.zmqIshellName = 'ZMQInteractiveShell'