![]() |
The Gaudi Framework
v30r4 (9b837755)
|
Public Member Functions | |
def | __init__ (self, name, itool=None) |
def | retrieveInterface (self) |
def | start (self) |
def | stop (self) |
def | type (self) |
def | name (self) |
![]() | |
def | __init__ (self, name, ip=None) |
def | getInterface (self) |
def | retrieveInterface (self) |
def | __call_interface_method__ (self, ifname, method, args) |
def | __setattr__ (self, name, value) |
def | __getattr__ (self, name) |
def | properties (self) |
def | name (self) |
Python equivalent to IAlgTool interface (not completed yet)
Definition at line 461 of file Bindings.py.
def GaudiPython.Bindings.iAlgTool.__init__ | ( | self, | |
name, | |||
itool = None |
|||
) |
Definition at line 464 of file Bindings.py.
def GaudiPython.Bindings.iAlgTool.name | ( | self | ) |
Definition at line 484 of file Bindings.py.
def GaudiPython.Bindings.iAlgTool.retrieveInterface | ( | self | ) |
Definition at line 473 of file Bindings.py.
def GaudiPython.Bindings.iAlgTool.start | ( | self | ) |
Definition at line 478 of file Bindings.py.
def GaudiPython.Bindings.iAlgTool.stop | ( | self | ) |
Definition at line 480 of file Bindings.py.
def GaudiPython.Bindings.iAlgTool.type | ( | self | ) |
Definition at line 482 of file Bindings.py.