|
Gaudi Framework, version v21r9 |
| Home | Generated: 3 May 2010 |


Public Member Functions | |
| def | __init__ |
| def | retrieveInterface |
| def | isValid |
Static Public Attributes | |
| tuple | initialize = lambdaself:self.__call_interface_method__("_isvc","initialize") |
| tuple | start = lambdaself:self.__call_interface_method__("_isvc","start") |
| tuple | stop = lambdaself:self.__call_interface_method__("_isvc","stop") |
| tuple | finalize = lambdaself:self.__call_interface_method__("_isvc","finalize") |
| tuple | reinitialize = lambdaself:self.__call_interface_method__("_isvc","reinitialize") |
| tuple | restart = lambdaself:self.__call_interface_method__("_isvc","restart") |
Python equivalent to IProperty interface
Definition at line 258 of file Bindings.py.
| def GaudiPython::Bindings::iService::__init__ | ( | self, | ||
| name, | ||||
isvc = None | ||||
| ) |
Reimplemented from GaudiPython::Bindings::iProperty.
Reimplemented in GaudiPython::Bindings::iDataSvc, GaudiPython::Bindings::iHistogramSvc, GaudiPython::Bindings::iNTupleSvc, GaudiPython::Bindings::iToolSvc, and GaudiPython::Bindings::iJobOptSvc.
Definition at line 260 of file Bindings.py.
00260 : 00261 iProperty.__init__(self, name, isvc ) 00262 if isvc : self.__dict__['_isvc'] = InterfaceCast(gbl.IService)(isvc) 00263 else : self.__dict__['_isvc'] = None def retrieveInterface(self) :
| def GaudiPython::Bindings::iService::retrieveInterface | ( | self | ) |
Reimplemented from GaudiPython::Bindings::iProperty.
Definition at line 264 of file Bindings.py.
00264 : 00265 isvc = Helper.service(self._svcloc,self._name) 00266 if isvc : iService.__init__(self, self._name, isvc) initialize = lambda self : self.__call_interface_method__("_isvc","initialize")
| def GaudiPython::Bindings::iService::isValid | ( | self | ) |
Definition at line 273 of file Bindings.py.
00273 : 00274 if self._isvc: return True 00275 else : return False 00276 00277 #----iAlgorithm class--------------------------------------------------------------------- class iAlgorithm(iProperty) :
tuple GaudiPython::Bindings::iService::initialize = lambdaself:self.__call_interface_method__("_isvc","initialize") [static] |
Definition at line 267 of file Bindings.py.
tuple GaudiPython::Bindings::iService::start = lambdaself:self.__call_interface_method__("_isvc","start") [static] |
Definition at line 268 of file Bindings.py.
tuple GaudiPython::Bindings::iService::stop = lambdaself:self.__call_interface_method__("_isvc","stop") [static] |
Definition at line 269 of file Bindings.py.
tuple GaudiPython::Bindings::iService::finalize = lambdaself:self.__call_interface_method__("_isvc","finalize") [static] |
Definition at line 270 of file Bindings.py.
tuple GaudiPython::Bindings::iService::reinitialize = lambdaself:self.__call_interface_method__("_isvc","reinitialize") [static] |
Definition at line 271 of file Bindings.py.
tuple GaudiPython::Bindings::iService::restart = lambdaself:self.__call_interface_method__("_isvc","restart") [static] |
Definition at line 272 of file Bindings.py.