![]() |
The Gaudi Framework
v36r7 (7f57a304)
|
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) |
Variables | |
| list | __all__ |
| long = int | |
| gbl = cppyy.gbl | |
| Gaudi = gbl.Gaudi | |
| _gaudi = None | |
| Helper = gbl.GaudiPython.Helper | |
| StringProperty = gbl.Gaudi.Property("std::string") | |
| StringPropertyRef = gbl.Gaudi.Property("std::string&") | |
| GaudiHandleProperty = gbl.GaudiHandleProperty | |
| GaudiHandleArrayProperty = gbl.GaudiHandleArrayProperty | |
| DataObject = gbl.DataObject | |
| SUCCESS = gbl.StatusCode(gbl.StatusCode.SUCCESS) | |
| FAILURE = gbl.StatusCode(gbl.StatusCode.FAILURE) | |
| nullptr = cppyy.nullptr | |
| ROOT = cppyy.libPyROOT | |
| makeNullPointer = ROOT.MakeNullPointer | |
| setOwnership = ROOT.SetOwnership | |
| _CallbackStreamBufBase = gbl.GaudiPython.CallbackStreamBuf | |
| _PyAlgorithm = gbl.GaudiPython.PyAlgorithm | |
|
private |
Definition at line 1403 of file Bindings.py.
|
private |
Definition at line 1336 of file Bindings.py.
| def GaudiPython.Bindings.deprecation | ( | message | ) |
Definition at line 139 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 211 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 1353 of file Bindings.py.
| def GaudiPython.Bindings.loaddict | ( | dict | ) |
| def GaudiPython.Bindings.toArray | ( | typ | ) |
Definition at line 120 of file Bindings.py.
|
private |
Definition at line 20 of file Bindings.py.
|
private |
Definition at line 1416 of file Bindings.py.
|
private |
Definition at line 79 of file Bindings.py.
|
private |
Definition at line 1433 of file Bindings.py.
| GaudiPython.Bindings.DataObject = gbl.DataObject |
Definition at line 88 of file Bindings.py.
| GaudiPython.Bindings.FAILURE = gbl.StatusCode(gbl.StatusCode.FAILURE) |
Definition at line 90 of file Bindings.py.
| GaudiPython.Bindings.Gaudi = gbl.Gaudi |
Definition at line 77 of file Bindings.py.
| GaudiPython.Bindings.GaudiHandleArrayProperty = gbl.GaudiHandleArrayProperty |
Definition at line 87 of file Bindings.py.
| GaudiPython.Bindings.GaudiHandleProperty = gbl.GaudiHandleProperty |
Definition at line 86 of file Bindings.py.
| GaudiPython.Bindings.gbl = cppyy.gbl |
Definition at line 76 of file Bindings.py.
| GaudiPython.Bindings.Helper = gbl.GaudiPython.Helper |
Definition at line 83 of file Bindings.py.
| GaudiPython.Bindings.long = int |
Definition at line 61 of file Bindings.py.
| GaudiPython.Bindings.makeNullPointer = ROOT.MakeNullPointer |
Definition at line 135 of file Bindings.py.
| GaudiPython.Bindings.nullptr = cppyy.nullptr |
Definition at line 93 of file Bindings.py.
| GaudiPython.Bindings.ROOT = cppyy.libPyROOT |
Definition at line 132 of file Bindings.py.
| GaudiPython.Bindings.setOwnership = ROOT.SetOwnership |
Definition at line 136 of file Bindings.py.
| GaudiPython.Bindings.StringProperty = gbl.Gaudi.Property("std::string") |
Definition at line 84 of file Bindings.py.
| GaudiPython.Bindings.StringPropertyRef = gbl.Gaudi.Property("std::string&") |
Definition at line 85 of file Bindings.py.
| GaudiPython.Bindings.SUCCESS = gbl.StatusCode(gbl.StatusCode.SUCCESS) |
Definition at line 89 of file Bindings.py.