![]() |
|
|
Generated: 8 Jan 2009 |


Definition at line 79 of file GaudiHandles.py.
Public Member Functions | |
| def | __init__ |
Static Public Attributes | |
| string | componentType = "AlgTool" |
| isPublic = False | |
Static Private Attributes | |
| tuple | __slots__ = () |
| def GaudiHandles::PrivateToolHandle::__init__ | ( | self, | ||
toolTypeAndName = '' | ||||
| ) |
Reimplemented from GaudiHandles::GaudiHandle.
Definition at line 84 of file GaudiHandles.py.
00084 : 00085 GaudiHandle.__init__( self, toolTypeAndName ) 00086 00087 class ServiceHandle(GaudiHandle):
tuple GaudiHandles::PrivateToolHandle::__slots__ = () [static, private] |
Definition at line 80 of file GaudiHandles.py.
string GaudiHandles::PrivateToolHandle::componentType = "AlgTool" [static] |
GaudiHandles::PrivateToolHandle::isPublic = False [static] |