Gaudi Framework, version v21r8

Home   Generated: 17 Mar 2010

GaudiPython::Bindings::iAlgTool Class Reference

Inheritance diagram for GaudiPython::Bindings::iAlgTool:

Inheritance graph
[legend]
Collaboration diagram for GaudiPython::Bindings::iAlgTool:

Collaboration graph
[legend]

List of all members.

Public Member Functions

def __init__
def retrieveInterface
def name

Static Public Attributes

tuple start = lambdaself:self.__call_interface_method__("_itool","start")
tuple stop = lambdaself:self.__call_interface_method__("_itool","stop")
tuple type = lambdaself:self.__call_interface_method__("_itool","type")


Detailed Description

Python equivalent to IAlgTool interface (not completed yet) 

Definition at line 303 of file Bindings.py.


Member Function Documentation

def GaudiPython::Bindings::iAlgTool::__init__ (   self,
  name,
  itool = None 
)

Reimplemented from GaudiPython::Bindings::iProperty.

Definition at line 305 of file Bindings.py.

00305                                             :
00306         iProperty.__init__(self, name, itool )
00307         if itool : self.__dict__['_itool'] = itool
00308         else     : self.__dict__['_itool'] = None
00309         svc = Helper.service( self._svcloc, 'ToolSvc', True )
00310         self.__dict__['_toolsvc']= iToolSvc('ToolSvc', svc)
    def retrieveInterface(self) :

def GaudiPython::Bindings::iAlgTool::retrieveInterface (   self  ) 

Reimplemented from GaudiPython::Bindings::iProperty.

Definition at line 311 of file Bindings.py.

00311                                 :
00312         itool = self._toolsvc._retrieve(self._name)
00313         if itool : iAlgTool.__init__(self, self._name, itool)
    start = lambda self : self.__call_interface_method__("_itool","start")

def GaudiPython::Bindings::iAlgTool::name (   self  ) 

Reimplemented from GaudiPython::Bindings::iProperty.

Definition at line 317 of file Bindings.py.

00317                    :
00318         if self._itool : return self._itool.name()
00319         else : return self._name
00320 
00321 #----iDataSvc class---------------------------------------------------------------------
class iDataSvc(iService) :


Member Data Documentation

tuple GaudiPython::Bindings::iAlgTool::start = lambdaself:self.__call_interface_method__("_itool","start") [static]

Definition at line 314 of file Bindings.py.

tuple GaudiPython::Bindings::iAlgTool::stop = lambdaself:self.__call_interface_method__("_itool","stop") [static]

Definition at line 315 of file Bindings.py.

tuple GaudiPython::Bindings::iAlgTool::type = lambdaself:self.__call_interface_method__("_itool","type") [static]

Definition at line 316 of file Bindings.py.


The documentation for this class was generated from the following file:

Generated at Wed Mar 17 18:21:50 2010 for Gaudi Framework, version v21r8 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004