|
Gaudi Framework, version v21r6 |
| Home | Generated: 11 Nov 2009 |
Definition at line 237 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 290 of file GaudiAlgConf.py.
00290 : 00291 super(Prescaler, self).__init__(name) 00292 for n,v in kwargs.items(): 00293 setattr(self, n, v) def getDlls( self ):
| def GaudiAlg::GaudiAlgConf::Prescaler::getDlls | ( | self | ) |
| def GaudiAlg::GaudiAlgConf::Prescaler::getType | ( | self | ) |
Definition at line 296 of file GaudiAlgConf.py.
00296 : 00297 return 'Prescaler' pass # class Prescaler
dictionary GaudiAlg::GaudiAlgConf::Prescaler::__slots__ [static, private] |
Definition at line 238 of file GaudiAlgConf.py.
dictionary GaudiAlg::GaudiAlgConf::Prescaler::_propertyDocDct [static, private] |
Initial value:
{
'StatEntityList' : """ RegEx list, of StatEntity counters for CounterSummary. """,
'RegisterForContextService' : """ The flag to enforce the registration for Algorithm Context Service """,
'ErrorsPrint' : """ Print the statistics of errors/warnings/exceptions """,
'VetoObjects' : """ Skip execute if one or more of these TES objects exists """,
'RegularRowFormat' : """ The format for the regular row in the output Stat-table """,
'UseEfficiencyRowFormat' : """ Use the special format for printout of efficiency counters """,
'StatTableHeader' : """ The header row for the output Stat-table """,
'TypePrint' : """ Add the actal C++ component type into the messages """,
'StatPrint' : """ Print the table of counters """,
'EfficiencyRowFormat' : """ The format for the regular row in the output Stat-table """,
'PropertiesPrint' : """ Print the properties of the component """,
'CounterList' : """ RegEx list, of simple integer counters for CounterSummary. """,
'RequireObjects' : """ Execute only if one or more of these TES objects exists """,
'ContextService' : """ The name of Algorithm Context Service """,
}
Definition at line 274 of file GaudiAlgConf.py.