The Gaudi Framework
v30r3 (a5ef0a68)
|
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 | toArray (typ) |
def | deprecation (message) |
def | loaddict (dict) |
def | getClass (name, libs=[]) |
def | _getFIDandEvents (pfn) |
def | getComponentProperties (name) |
def | _copyFactoriesFromList (factories) |
Variables | |
list | __all__ |
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, True) | |
FAILURE = gbl.StatusCode(gbl.StatusCode.FAILURE, True) | |
ROOT = cppyy.libPyROOT | |
makeNullPointer = cppyy.libPyROOT.MakeNullPointer | |
setOwnership = cppyy.libPyROOT.SetOwnership | |
_CallbackStreamBufBase = gbl.GaudiPython.CallbackStreamBuf | |
_PyAlgorithm = gbl.GaudiPython.PyAlgorithm | |
|
private |
Definition at line 1409 of file Bindings.py.
|
private |
Definition at line 1343 of file Bindings.py.
def GaudiPython.Bindings.deprecation | ( | message | ) |
Definition at line 87 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 143 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 1359 of file Bindings.py.
def GaudiPython.Bindings.loaddict | ( | dict | ) |
def GaudiPython.Bindings.toArray | ( | typ | ) |
Definition at line 76 of file Bindings.py.
|
private |
Definition at line 10 of file Bindings.py.
|
private |
Definition at line 1422 of file Bindings.py.
|
private |
Definition at line 46 of file Bindings.py.
|
private |
Definition at line 1439 of file Bindings.py.
GaudiPython.Bindings.DataObject = gbl.DataObject |
Definition at line 55 of file Bindings.py.
GaudiPython.Bindings.FAILURE = gbl.StatusCode(gbl.StatusCode.FAILURE, True) |
Definition at line 57 of file Bindings.py.
GaudiPython.Bindings.Gaudi = gbl.Gaudi |
Definition at line 44 of file Bindings.py.
GaudiPython.Bindings.GaudiHandleArrayProperty = gbl.GaudiHandleArrayProperty |
Definition at line 54 of file Bindings.py.
GaudiPython.Bindings.GaudiHandleProperty = gbl.GaudiHandleProperty |
Definition at line 53 of file Bindings.py.
GaudiPython.Bindings.gbl = cppyy.gbl |
Definition at line 43 of file Bindings.py.
GaudiPython.Bindings.Helper = gbl.GaudiPython.Helper |
Definition at line 50 of file Bindings.py.
GaudiPython.Bindings.makeNullPointer = cppyy.libPyROOT.MakeNullPointer |
Definition at line 83 of file Bindings.py.
GaudiPython.Bindings.ROOT = cppyy.libPyROOT |
Definition at line 82 of file Bindings.py.
GaudiPython.Bindings.setOwnership = cppyy.libPyROOT.SetOwnership |
Definition at line 84 of file Bindings.py.
GaudiPython.Bindings.StringProperty = gbl.Gaudi.Property('std::string') |
Definition at line 51 of file Bindings.py.
GaudiPython.Bindings.StringPropertyRef = gbl.Gaudi.Property('std::string&') |
Definition at line 52 of file Bindings.py.
GaudiPython.Bindings.SUCCESS = gbl.StatusCode(gbl.StatusCode.SUCCESS, True) |
Definition at line 56 of file Bindings.py.