|
Gaudi Framework, version v23r5 |
| Home | Generated: Wed Nov 28 2012 |
Classes | |
| class | InterfaceCast |
| class | Interface |
| class | PropertyEntry |
| class | iProperty |
| class | iService |
| class | iAlgorithm |
| class | iAlgTool |
| class | iDataSvc |
| class | iHistogramSvc |
| class | iNTupleSvc |
| class | iToolSvc |
| class | iJobOptSvc |
| class | iEventSelector |
| class | AppMgr |
| class | CallbackStreamBuf |
| class | PyAlgorithm |
Functions | |
| def | deprecation |
| def | loaddict |
| def | getClass |
| def | _getFIDandEvents |
| def | getComponentProperties |
| def | _copyFactoriesFromList |
Variables | |
| list | __all__ |
| tuple | gbl PyCintex.makeNamespace('') |
| Gaudi gbl.Gaudi | |
| _gaudi None | |
| Helper gbl.GaudiPython.Helper | |
| tuple | StringProperty gbl.SimpleProperty('string','BoundedVerifier<string>') |
| tuple | StringPropertyRef gbl.SimplePropertyRef('string','NullVerifier<string>') |
| GaudiHandleProperty gbl.GaudiHandleProperty | |
| GaudiHandleArrayProperty gbl.GaudiHandleArrayProperty | |
| DataObject gbl.DataObject | |
| tuple | SUCCESS gbl.StatusCode( gbl.StatusCode.SUCCESS, True ) |
| tuple | FAILURE gbl.StatusCode( gbl.StatusCode.FAILURE, True ) |
| tuple | toArray lambdatyp:getattr(Helper,"toArray") |
| ROOT PyCintex.libPyROOT | |
| makeNullPointer PyCintex.libPyROOT.MakeNullPointer | |
| makeClass PyCintex.libPyROOT.MakeRootClass | |
| setOwnership PyCintex.libPyROOT.SetOwnership | |
| _CallbackStreamBufBase gbl.GaudiPython.CallbackStreamBuf | |
| _PyAlgorithm gbl.GaudiPython.PyAlgorithm | |
|
private |
Definition at line 1048 of file Bindings.py.
|
private |
Definition at line 993 of file Bindings.py.
| def GaudiPython.Bindings.deprecation | ( | message | ) |
Definition at line 61 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 104 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 1006 of file Bindings.py.
| def GaudiPython.Bindings.loaddict | ( | dict | ) |
Load a LCG dictionary using various mechanisms
Definition at line 94 of file Bindings.py.
| list GaudiPython.Bindings.__all__ |
Definition at line 11 of file Bindings.py.
| GaudiPython.Bindings._CallbackStreamBufBase gbl.GaudiPython.CallbackStreamBuf |
Definition at line 1060 of file Bindings.py.
| GaudiPython.Bindings._gaudi None |
Definition at line 29 of file Bindings.py.
| GaudiPython.Bindings._PyAlgorithm gbl.GaudiPython.PyAlgorithm |
Definition at line 1072 of file Bindings.py.
| GaudiPython.Bindings.DataObject gbl.DataObject |
Definition at line 38 of file Bindings.py.
| tuple GaudiPython.Bindings.FAILURE gbl.StatusCode( gbl.StatusCode.FAILURE, True ) |
Definition at line 40 of file Bindings.py.
| GaudiPython.Bindings.Gaudi gbl.Gaudi |
Definition at line 27 of file Bindings.py.
| GaudiPython.Bindings.GaudiHandleArrayProperty gbl.GaudiHandleArrayProperty |
Definition at line 37 of file Bindings.py.
| GaudiPython.Bindings.GaudiHandleProperty gbl.GaudiHandleProperty |
Definition at line 36 of file Bindings.py.
| tuple GaudiPython.Bindings.gbl PyCintex.makeNamespace('') |
Definition at line 26 of file Bindings.py.
| GaudiPython.Bindings.Helper gbl.GaudiPython.Helper |
Definition at line 33 of file Bindings.py.
| GaudiPython.Bindings.makeClass PyCintex.libPyROOT.MakeRootClass |
Definition at line 58 of file Bindings.py.
| GaudiPython.Bindings.makeNullPointer PyCintex.libPyROOT.MakeNullPointer |
Definition at line 57 of file Bindings.py.
| GaudiPython.Bindings.ROOT PyCintex.libPyROOT |
Definition at line 56 of file Bindings.py.
| GaudiPython.Bindings.setOwnership PyCintex.libPyROOT.SetOwnership |
Definition at line 59 of file Bindings.py.
| tuple GaudiPython.Bindings.StringProperty gbl.SimpleProperty('string','BoundedVerifier<string>') |
Definition at line 34 of file Bindings.py.
| tuple GaudiPython.Bindings.StringPropertyRef gbl.SimplePropertyRef('string','NullVerifier<string>') |
Definition at line 35 of file Bindings.py.
| tuple GaudiPython.Bindings.SUCCESS gbl.StatusCode( gbl.StatusCode.SUCCESS, True ) |
Definition at line 39 of file Bindings.py.
| tuple GaudiPython.Bindings.toArray lambdatyp:getattr(Helper,"toArray") |
Definition at line 50 of file Bindings.py.