|
Gaudi Framework, version v21r8 |
| Home | Generated: 17 Mar 2010 |


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