![]() |
The Gaudi Framework
v31r0 (aeb156f0)
|
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 479 of file Bindings.py.
def GaudiPython.Bindings.iAlgTool.__init__ | ( | self, | |
name, | |||
itool = None |
|||
) |
Definition at line 482 of file Bindings.py.
def GaudiPython.Bindings.iAlgTool.name | ( | self | ) |
Definition at line 505 of file Bindings.py.
def GaudiPython.Bindings.iAlgTool.retrieveInterface | ( | self | ) |
Definition at line 491 of file Bindings.py.
def GaudiPython.Bindings.iAlgTool.start | ( | self | ) |
Definition at line 496 of file Bindings.py.
def GaudiPython.Bindings.iAlgTool.stop | ( | self | ) |
Definition at line 499 of file Bindings.py.
def GaudiPython.Bindings.iAlgTool.type | ( | self | ) |
Definition at line 502 of file Bindings.py.