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


Definition at line 70 of file GaudiHandles.py.
Public Member Functions | |
| def | __init__ |
Static Public Attributes | |
| string | componentType = "AlgTool" |
| isPublic = True | |
Static Private Attributes | |
| tuple | __slots__ = () |
| def GaudiHandles::PublicToolHandle::__init__ | ( | self, | ||
toolTypeAndName = '' | ||||
| ) |
Reimplemented from GaudiHandles::GaudiHandle.
Definition at line 75 of file GaudiHandles.py.
00075 : 00076 GaudiHandle.__init__( self, toolTypeAndName ) 00077 00078 class PrivateToolHandle(GaudiHandle):
tuple GaudiHandles::PublicToolHandle::__slots__ = () [static, private] |
Definition at line 71 of file GaudiHandles.py.
string GaudiHandles::PublicToolHandle::componentType = "AlgTool" [static] |
GaudiHandles::PublicToolHandle::isPublic = True [static] |