


Public Member Functions | |
| __init__ (self, name, itool=cppyy.nullptr) | |
| retrieveInterface (self) | |
| start (self) | |
| stop (self) | |
| type (self) | |
| name (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) | |
Protected Attributes | |
| _itool | |
Protected Attributes inherited from GaudiPython.Bindings.iProperty | |
| _ip | |
| _svcloc | |
| _name | |
Python equivalent to IAlgTool interface (not completed yet)
Definition at line 485 of file Bindings.py.
| GaudiPython.Bindings.iAlgTool.__init__ | ( | self, | |
| name, | |||
| itool = cppyy.nullptr ) |
Definition at line 488 of file Bindings.py.
| GaudiPython.Bindings.iAlgTool.name | ( | self | ) |
Reimplemented from GaudiPython.Bindings.iProperty.
Definition at line 508 of file Bindings.py.
| GaudiPython.Bindings.iAlgTool.retrieveInterface | ( | self | ) |
Reimplemented from GaudiPython.Bindings.iProperty.
Definition at line 494 of file Bindings.py.
| GaudiPython.Bindings.iAlgTool.start | ( | self | ) |
Definition at line 499 of file Bindings.py.
| GaudiPython.Bindings.iAlgTool.stop | ( | self | ) |
Definition at line 502 of file Bindings.py.
| GaudiPython.Bindings.iAlgTool.type | ( | self | ) |
Definition at line 505 of file Bindings.py.
|
protected |
Definition at line 509 of file Bindings.py.