![]() |
The Gaudi Framework
v36r1 (3e2fb5a8)
|


Public Member Functions | |
| def | __init__ (self, name, itool=cppyy.nullptr) |
| def | retrieveInterface (self) |
| def | start (self) |
| def | stop (self) |
| def | type (self) |
| def | name (self) |
Public Member Functions inherited from GaudiPython.Bindings.iProperty | |
| def | getInterface (self) |
| def | __call_interface_method__ (self, ifname, method, *args) |
| def | __setattr__ (self, name, value) |
| def | __getattr__ (self, name) |
| def | properties (self) |
Python equivalent to IAlgTool interface (not completed yet)
Definition at line 459 of file Bindings.py.
| def GaudiPython.Bindings.iAlgTool.__init__ | ( | self, | |
| name, | |||
itool = cppyy.nullptr |
|||
| ) |
Reimplemented from GaudiPython.Bindings.iProperty.
Definition at line 462 of file Bindings.py.
| def GaudiPython.Bindings.iAlgTool.name | ( | self | ) |
Reimplemented from GaudiPython.Bindings.iProperty.
Definition at line 482 of file Bindings.py.
| def GaudiPython.Bindings.iAlgTool.retrieveInterface | ( | self | ) |
Reimplemented from GaudiPython.Bindings.iProperty.
Definition at line 468 of file Bindings.py.
| def GaudiPython.Bindings.iAlgTool.start | ( | self | ) |
Definition at line 473 of file Bindings.py.
| def GaudiPython.Bindings.iAlgTool.stop | ( | self | ) |
Definition at line 476 of file Bindings.py.
| def GaudiPython.Bindings.iAlgTool.type | ( | self | ) |
Definition at line 479 of file Bindings.py.