![]() |
The Gaudi Framework
v28r2
|
Public Member Functions | |
def | __init__ (self, name, itool=None) |
def | retrieveInterface (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) |
Static Public Attributes | |
start = lambdaself:self.__call_interface_method__("_itool","start") | |
stop = lambdaself:self.__call_interface_method__("_itool","stop") | |
type = lambdaself:self.__call_interface_method__("_itool","type") | |
Python equivalent to IAlgTool interface (not completed yet)
Definition at line 338 of file Bindings.py.
def GaudiPython.Bindings.iAlgTool.__init__ | ( | self, | |
name, | |||
itool = None |
|||
) |
Definition at line 340 of file Bindings.py.
def GaudiPython.Bindings.iAlgTool.name | ( | self | ) |
Definition at line 352 of file Bindings.py.
def GaudiPython.Bindings.iAlgTool.retrieveInterface | ( | self | ) |
Definition at line 346 of file Bindings.py.
|
static |
Definition at line 349 of file Bindings.py.
|
static |
Definition at line 350 of file Bindings.py.
|
static |
Definition at line 351 of file Bindings.py.