![]() |
The Gaudi Framework
master (2df85225)
|


Public Member Functions | |
| __init__ (self, name, ialg=cppyy.nullptr) | |
| retrieveInterface (self) | |
| initialize (self) | |
| start (self) | |
| execute (self) | |
| stop (self) | |
| finalize (self) | |
| reinitialize (self) | |
| restart (self) | |
| sysInitialize (self) | |
| sysStart (self) | |
| sysExecute (self) | |
| sysStop (self) | |
| sysFinalize (self) | |
| sysReinitialize (self) | |
| sysRestart (self) | |
Public Member Functions inherited from GaudiPython.Bindings.iProperty | |
| __init__ (self, name, ip=cppyy.nullptr) | |
| getInterface (self) | |
| __call_interface_method__ (self, ifname, method, *args) | |
| __setattr__ (self, name, value) | |
| __getattr__ (self, name) | |
| properties (self) | |
| name (self) | |
Additional Inherited Members | |
Protected Attributes inherited from GaudiPython.Bindings.iProperty | |
| _ip | |
| _svcloc | |
| _name | |
Python equivalent to IAlgorithm interface
Definition at line 425 of file Bindings.py.
| GaudiPython.Bindings.iAlgorithm.__init__ | ( | self, | |
| name, | |||
| ialg = cppyy.nullptr ) |
Definition at line 428 of file Bindings.py.
| GaudiPython.Bindings.iAlgorithm.execute | ( | self | ) |
Definition at line 445 of file Bindings.py.
| GaudiPython.Bindings.iAlgorithm.finalize | ( | self | ) |
Definition at line 451 of file Bindings.py.
| GaudiPython.Bindings.iAlgorithm.initialize | ( | self | ) |
Definition at line 439 of file Bindings.py.
| GaudiPython.Bindings.iAlgorithm.reinitialize | ( | self | ) |
Definition at line 454 of file Bindings.py.
| GaudiPython.Bindings.iAlgorithm.restart | ( | self | ) |
Definition at line 457 of file Bindings.py.
| GaudiPython.Bindings.iAlgorithm.retrieveInterface | ( | self | ) |
Reimplemented from GaudiPython.Bindings.iProperty.
Definition at line 432 of file Bindings.py.
| GaudiPython.Bindings.iAlgorithm.start | ( | self | ) |
Definition at line 442 of file Bindings.py.
| GaudiPython.Bindings.iAlgorithm.stop | ( | self | ) |
Definition at line 448 of file Bindings.py.
| GaudiPython.Bindings.iAlgorithm.sysExecute | ( | self | ) |
Definition at line 466 of file Bindings.py.
| GaudiPython.Bindings.iAlgorithm.sysFinalize | ( | self | ) |
Definition at line 472 of file Bindings.py.
| GaudiPython.Bindings.iAlgorithm.sysInitialize | ( | self | ) |
Definition at line 460 of file Bindings.py.
| GaudiPython.Bindings.iAlgorithm.sysReinitialize | ( | self | ) |
Definition at line 475 of file Bindings.py.
| GaudiPython.Bindings.iAlgorithm.sysRestart | ( | self | ) |
Definition at line 478 of file Bindings.py.
| GaudiPython.Bindings.iAlgorithm.sysStart | ( | self | ) |
Definition at line 463 of file Bindings.py.
| GaudiPython.Bindings.iAlgorithm.sysStop | ( | self | ) |
Definition at line 469 of file Bindings.py.