ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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
 
def ROOT.ismethod
 
def ROOT.split
 helpers ------------------------------------------------------------------— More...
 
def ROOT._TTree__iter__
 
def ROOT._excepthook
 RINT command emulation ---------------------------------------------------—. More...
 
def ROOT._displayhook
 
def ROOT._importhook
 
def ROOT._processRootEvents
 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'