![]() |
The Gaudi Framework
v25r3
|
Classes | |
| class | AppMgr |
| class | CallbackStreamBuf |
| class | iAlgorithm |
| class | iAlgTool |
| class | iDataSvc |
| class | iEventSelector |
| class | iHistogramSvc |
| class | iJobOptSvc |
| class | Interface |
| class | InterfaceCast |
| class | iNTupleSvc |
| class | iProperty |
| class | iService |
| class | iToolSvc |
| class | PropertyEntry |
| class | PyAlgorithm |
Functions | |
| def | deprecation |
| def | loaddict |
| def | getClass |
| def | _getFIDandEvents |
| def | getComponentProperties |
| def | _copyFactoriesFromList |
Variables | |
| list | __all__ |
| gbl = cppyy.gbl | |
| 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 = cppyy.libPyROOT | |
| makeNullPointer = cppyy.libPyROOT.MakeNullPointer | |
| makeClass = cppyy.libPyROOT.MakeRootClass | |
| setOwnership = cppyy.libPyROOT.SetOwnership | |
| _CallbackStreamBufBase = gbl.GaudiPython.CallbackStreamBuf | |
| _PyAlgorithm = gbl.GaudiPython.PyAlgorithm | |
|
private |
Definition at line 1073 of file Bindings.py.
|
private |
Definition at line 1018 of file Bindings.py.
| def GaudiPython.Bindings.deprecation | ( | message | ) |
Definition at line 74 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 118 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 1031 of file Bindings.py.
| def GaudiPython.Bindings.loaddict | ( | dict | ) |
Load a LCG dictionary using various mechanisms
Definition at line 108 of file Bindings.py.
| list GaudiPython.Bindings.__all__ |
Definition at line 10 of file Bindings.py.
| GaudiPython.Bindings._CallbackStreamBufBase = gbl.GaudiPython.CallbackStreamBuf |
Definition at line 1085 of file Bindings.py.
| GaudiPython.Bindings._gaudi = None |
Definition at line 42 of file Bindings.py.
| GaudiPython.Bindings._PyAlgorithm = gbl.GaudiPython.PyAlgorithm |
Definition at line 1097 of file Bindings.py.
| GaudiPython.Bindings.DataObject = gbl.DataObject |
Definition at line 50 of file Bindings.py.
| tuple GaudiPython.Bindings.FAILURE = gbl.StatusCode( gbl.StatusCode.FAILURE, True ) |
Definition at line 52 of file Bindings.py.
| GaudiPython.Bindings.Gaudi = gbl.Gaudi |
Definition at line 40 of file Bindings.py.
| GaudiPython.Bindings.GaudiHandleArrayProperty = gbl.GaudiHandleArrayProperty |
Definition at line 49 of file Bindings.py.
| GaudiPython.Bindings.GaudiHandleProperty = gbl.GaudiHandleProperty |
Definition at line 48 of file Bindings.py.
| GaudiPython.Bindings.gbl = cppyy.gbl |
Definition at line 39 of file Bindings.py.
| GaudiPython.Bindings.Helper = gbl.GaudiPython.Helper |
Definition at line 45 of file Bindings.py.
| GaudiPython.Bindings.makeClass = cppyy.libPyROOT.MakeRootClass |
Definition at line 71 of file Bindings.py.
| GaudiPython.Bindings.makeNullPointer = cppyy.libPyROOT.MakeNullPointer |
Definition at line 70 of file Bindings.py.
| GaudiPython.Bindings.ROOT = cppyy.libPyROOT |
Definition at line 69 of file Bindings.py.
| GaudiPython.Bindings.setOwnership = cppyy.libPyROOT.SetOwnership |
Definition at line 72 of file Bindings.py.
| tuple GaudiPython.Bindings.StringProperty = gbl.SimpleProperty('string','BoundedVerifier<string>') |
Definition at line 46 of file Bindings.py.
| tuple GaudiPython.Bindings.StringPropertyRef = gbl.SimplePropertyRef('string','NullVerifier<string>') |
Definition at line 47 of file Bindings.py.
| tuple GaudiPython.Bindings.SUCCESS = gbl.StatusCode( gbl.StatusCode.SUCCESS, True ) |
Definition at line 51 of file Bindings.py.
| tuple GaudiPython.Bindings.toArray = lambdatyp:getattr(Helper,"toArray") |
Definition at line 63 of file Bindings.py.