|
Gaudi Framework, version v21r4 |
| Home | Generated: 7 Sep 2009 |
Definition at line 56 of file GaudiAlgConf.py.
Public Member Functions | |
| def | __init__ |
| def | getDlls |
| def | getType |
Static Private Attributes | |
| dictionary | __slots__ |
| dictionary | _propertyDocDct |
| def GaudiAlg::GaudiAlgConf::TupleTool::__init__ | ( | self, | ||
name = Configurable.DefaultName, |
||||
| kwargs | ||||
| ) |
Definition at line 148 of file GaudiAlgConf.py.
00148 : 00149 super(TupleTool, self).__init__(name) 00150 for n,v in kwargs.items(): 00151 setattr(self, n, v) def getDlls( self ):
| def GaudiAlg::GaudiAlgConf::TupleTool::getDlls | ( | self | ) |
| def GaudiAlg::GaudiAlgConf::TupleTool::getType | ( | self | ) |
Definition at line 154 of file GaudiAlgConf.py.
00154 : 00155 return 'TupleTool' pass # class TupleTool
dictionary GaudiAlg::GaudiAlgConf::TupleTool::__slots__ [static, private] |
Definition at line 57 of file GaudiAlgConf.py.
dictionary GaudiAlg::GaudiAlgConf::TupleTool::_propertyDocDct [static, private] |
Definition at line 109 of file GaudiAlgConf.py.