![]() |
|
|
Generated: 8 Jan 2009 |
Definition at line 243 of file GaudiAlgConf.py.
Public Member Functions | |
| def | __init__ |
| def | getDlls |
| def | getType |
Static Private Attributes | |
| dictionary | __slots__ |
| dictionary | _propertyDocDct |
| def GaudiAlg::GaudiAlgConf::Prescaler::__init__ | ( | self, | ||
name = Configurable.DefaultName, |
||||
| kwargs | ||||
| ) |
Definition at line 288 of file GaudiAlgConf.py.
00288 : 00289 super(Prescaler, self).__init__(name) 00290 for n,v in kwargs.items(): 00291 setattr(self, n, v) def getDlls( self ):
| def GaudiAlg::GaudiAlgConf::Prescaler::getDlls | ( | self | ) |
| def GaudiAlg::GaudiAlgConf::Prescaler::getType | ( | self | ) |
Definition at line 294 of file GaudiAlgConf.py.
00294 : 00295 return 'Prescaler' pass # class Prescaler
dictionary GaudiAlg::GaudiAlgConf::Prescaler::__slots__ [static, private] |
Definition at line 244 of file GaudiAlgConf.py.
dictionary GaudiAlg::GaudiAlgConf::Prescaler::_propertyDocDct [static, private] |
Initial value:
{
'RequireObjects' : """ Execute only if one or more of these TES objects exists """,
'StatTableHeader' : """ The header row for the output Stat-table """,
'VetoObjects' : """ Skip execute if one or more of these TES objects exists """,
'EfficiencyRowFormat' : """ The format for the regular row in the outptu Stat-table """,
'RegularRowFormat' : """ The format for the regular row in the output Stat-table """,
'RegisterForContextService' : """ The flag to enforce the registration for Algorithm Context Service """,
'UseEfficiencyRowFormat' : """ Use the special format for printout of efficiency counters """,
'ContextService' : """ The name of Algorithm Context Service """,
}
Definition at line 278 of file GaudiAlgConf.py.