![]() |
The Gaudi Framework
v29r3 (fa547fc2)
|
Public Member Functions | |
def | __init__ (self, name, ialg=None) |
def | retrieveInterface (self) |
def | initialize (self) |
def | start (self) |
def | execute (self) |
def | stop (self) |
def | finalize (self) |
def | reinitialize (self) |
def | restart (self) |
def | sysInitialize (self) |
def | sysStart (self) |
def | sysExecute (self) |
def | sysStop (self) |
def | sysFinalize (self) |
def | sysReinitialize (self) |
def | sysRestart (self) |
![]() | |
def | __init__ (self, name, ip=None) |
def | getInterface (self) |
def | retrieveInterface (self) |
def | __call_interface_method__ (self, ifname, method, args) |
def | __setattr__ (self, name, value) |
def | __getattr__ (self, name) |
def | properties (self) |
def | name (self) |
Python equivalent to IAlgorithm interface
Definition at line 402 of file Bindings.py.
def GaudiPython.Bindings.iAlgorithm.__init__ | ( | self, | |
name, | |||
ialg = None |
|||
) |
Definition at line 405 of file Bindings.py.
def GaudiPython.Bindings.iAlgorithm.execute | ( | self | ) |
Definition at line 423 of file Bindings.py.
def GaudiPython.Bindings.iAlgorithm.finalize | ( | self | ) |
Definition at line 428 of file Bindings.py.
def GaudiPython.Bindings.iAlgorithm.initialize | ( | self | ) |
Definition at line 418 of file Bindings.py.
def GaudiPython.Bindings.iAlgorithm.reinitialize | ( | self | ) |
Definition at line 431 of file Bindings.py.
def GaudiPython.Bindings.iAlgorithm.restart | ( | self | ) |
Definition at line 434 of file Bindings.py.
def GaudiPython.Bindings.iAlgorithm.retrieveInterface | ( | self | ) |
Definition at line 412 of file Bindings.py.
def GaudiPython.Bindings.iAlgorithm.start | ( | self | ) |
Definition at line 421 of file Bindings.py.
def GaudiPython.Bindings.iAlgorithm.stop | ( | self | ) |
Definition at line 426 of file Bindings.py.
def GaudiPython.Bindings.iAlgorithm.sysExecute | ( | self | ) |
Definition at line 443 of file Bindings.py.
def GaudiPython.Bindings.iAlgorithm.sysFinalize | ( | self | ) |
Definition at line 449 of file Bindings.py.
def GaudiPython.Bindings.iAlgorithm.sysInitialize | ( | self | ) |
Definition at line 437 of file Bindings.py.
def GaudiPython.Bindings.iAlgorithm.sysReinitialize | ( | self | ) |
Definition at line 452 of file Bindings.py.
def GaudiPython.Bindings.iAlgorithm.sysRestart | ( | self | ) |
Definition at line 455 of file Bindings.py.
def GaudiPython.Bindings.iAlgorithm.sysStart | ( | self | ) |
Definition at line 440 of file Bindings.py.
def GaudiPython.Bindings.iAlgorithm.sysStop | ( | self | ) |
Definition at line 446 of file Bindings.py.