![]() |
The Gaudi Framework
v37r1 (a7f61348)
|
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 1390 of file Bindings.py.
|
private |
Definition at line 1323 of file Bindings.py.
| def GaudiPython.Bindings.deprecation | ( | message | ) |
Definition at line 134 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 205 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 1340 of file Bindings.py.
| def GaudiPython.Bindings.loaddict | ( | dict | ) |
| def GaudiPython.Bindings.toArray | ( | typ | ) |
Definition at line 115 of file Bindings.py.
|
private |
Definition at line 20 of file Bindings.py.
|
private |
Definition at line 1403 of file Bindings.py.
|
private |
Definition at line 74 of file Bindings.py.
|
private |
Definition at line 1420 of file Bindings.py.
| GaudiPython.Bindings.DataObject |
Definition at line 83 of file Bindings.py.
| GaudiPython.Bindings.FAILURE |
Definition at line 85 of file Bindings.py.
| GaudiPython.Bindings.Gaudi |
Definition at line 72 of file Bindings.py.
| GaudiPython.Bindings.GaudiHandleArrayProperty |
Definition at line 82 of file Bindings.py.
| GaudiPython.Bindings.GaudiHandleProperty |
Definition at line 81 of file Bindings.py.
| GaudiPython.Bindings.gbl |
Definition at line 71 of file Bindings.py.
| GaudiPython.Bindings.Helper |
Definition at line 78 of file Bindings.py.
| GaudiPython.Bindings.makeNullPointer |
Definition at line 130 of file Bindings.py.
| GaudiPython.Bindings.nullptr |
Definition at line 88 of file Bindings.py.
| GaudiPython.Bindings.ROOT |
Definition at line 127 of file Bindings.py.
| GaudiPython.Bindings.setOwnership |
Definition at line 131 of file Bindings.py.
| GaudiPython.Bindings.StringProperty |
Definition at line 79 of file Bindings.py.
| GaudiPython.Bindings.StringPropertyRef |
Definition at line 80 of file Bindings.py.
| GaudiPython.Bindings.SUCCESS |
Definition at line 84 of file Bindings.py.