![]() |
The Gaudi Framework
v39r3 (979e3109)
|


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