|
Gaudi Framework, version v21r7p1 |
| Home | Generated: 15 Feb 2010 |


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