![]() |
The Gaudi Framework
v36r13 (995e4364)
|
Classes | |
class | AppMgr |
class | CallbackStreamBuf |
class | iAlgorithm |
class | iAlgTool |
class | iDataSvc |
class | iEventSelector |
class | iHistogramSvc |
class | Interface |
class | InterfaceCast |
class | iNTupleSvc |
class | iProperty |
class | iService |
class | iToolSvc |
class | PropertyEntry |
class | PyAlgorithm |
Functions | |
def | toArray (typ) |
def | deprecation (message) |
def | loaddict (dict) |
def | getClass (name, libs=[]) |
def | _getFIDandEvents (pfn) |
def | getComponentProperties (name) |
def | _copyFactoriesFromList (factories) |
|
private |
Definition at line 1399 of file Bindings.py.
|
private |
Definition at line 1332 of file Bindings.py.
def GaudiPython.Bindings.deprecation | ( | message | ) |
Definition at line 138 of file Bindings.py.
def GaudiPython.Bindings.getClass | ( | name, | |
libs = [] |
|||
) |
Function to retrieve a certain C++ class by name and to load dictionary if requested Usage: from gaudimodule import getClass # one knows that class is already loaded AppMgr = getClass( 'ApplicationMgr' ) # one knows where to look for class, if not loaded yet MCParticle = getClass( 'MCParticle' , 'EventDict' ) # one knows where to look for class, if not loaded yet Vertex = getClass( 'Vertex' , ['EventDict', 'PhysEventDict'] )
Definition at line 209 of file Bindings.py.
def GaudiPython.Bindings.getComponentProperties | ( | name | ) |
Get all the properties of a component as a Python dictionary. The component is instantiated using the component library
Definition at line 1349 of file Bindings.py.
def GaudiPython.Bindings.loaddict | ( | dict | ) |
def GaudiPython.Bindings.toArray | ( | typ | ) |
Definition at line 119 of file Bindings.py.
|
private |
Definition at line 20 of file Bindings.py.
|
private |
Definition at line 1412 of file Bindings.py.
|
private |
Definition at line 78 of file Bindings.py.
|
private |
Definition at line 1429 of file Bindings.py.
GaudiPython.Bindings.DataObject |
Definition at line 87 of file Bindings.py.
GaudiPython.Bindings.FAILURE |
Definition at line 89 of file Bindings.py.
GaudiPython.Bindings.Gaudi |
Definition at line 76 of file Bindings.py.
GaudiPython.Bindings.GaudiHandleArrayProperty |
Definition at line 86 of file Bindings.py.
GaudiPython.Bindings.GaudiHandleProperty |
Definition at line 85 of file Bindings.py.
GaudiPython.Bindings.gbl |
Definition at line 75 of file Bindings.py.
GaudiPython.Bindings.Helper |
Definition at line 82 of file Bindings.py.
GaudiPython.Bindings.long |
Definition at line 60 of file Bindings.py.
GaudiPython.Bindings.makeNullPointer |
Definition at line 134 of file Bindings.py.
GaudiPython.Bindings.nullptr |
Definition at line 92 of file Bindings.py.
GaudiPython.Bindings.ROOT |
Definition at line 131 of file Bindings.py.
GaudiPython.Bindings.setOwnership |
Definition at line 135 of file Bindings.py.
GaudiPython.Bindings.StringProperty |
Definition at line 83 of file Bindings.py.
GaudiPython.Bindings.StringPropertyRef |
Definition at line 84 of file Bindings.py.
GaudiPython.Bindings.SUCCESS |
Definition at line 88 of file Bindings.py.