![]() |
The Gaudi Framework
v36r9 (fd2bdac3)
|


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 491 of file Bindings.py.
| def GaudiPython.Bindings.iAlgTool.__init__ | ( | self, | |
| name, | |||
itool = cppyy.nullptr |
|||
| ) |
Reimplemented from GaudiPython.Bindings.iProperty.
Definition at line 494 of file Bindings.py.
| def GaudiPython.Bindings.iAlgTool.name | ( | self | ) |
Reimplemented from GaudiPython.Bindings.iProperty.
Definition at line 514 of file Bindings.py.
| def GaudiPython.Bindings.iAlgTool.retrieveInterface | ( | self | ) |
Reimplemented from GaudiPython.Bindings.iProperty.
Definition at line 500 of file Bindings.py.
| def GaudiPython.Bindings.iAlgTool.start | ( | self | ) |
Definition at line 505 of file Bindings.py.
| def GaudiPython.Bindings.iAlgTool.stop | ( | self | ) |
Definition at line 508 of file Bindings.py.
| def GaudiPython.Bindings.iAlgTool.type | ( | self | ) |
Definition at line 511 of file Bindings.py.