|
Gaudi Framework, version v21r4 |
| Home | Generated: 7 Sep 2009 |
Definition at line 206 of file GaudiAlgConf.py.
Public Member Functions | |
| def | __init__ |
| def | getDlls |
| def | getType |
Static Private Attributes | |
| dictionary | __slots__ |
| dictionary | _propertyDocDct |
| def GaudiAlg::GaudiAlgConf::EventCounter::__init__ | ( | self, | ||
name = Configurable.DefaultName, |
||||
| kwargs | ||||
| ) |
Definition at line 227 of file GaudiAlgConf.py.
00227 : 00228 super(EventCounter, self).__init__(name) 00229 for n,v in kwargs.items(): 00230 setattr(self, n, v) def getDlls( self ):
| def GaudiAlg::GaudiAlgConf::EventCounter::getDlls | ( | self | ) |
| def GaudiAlg::GaudiAlgConf::EventCounter::getType | ( | self | ) |
Definition at line 233 of file GaudiAlgConf.py.
00233 : 00234 return 'EventCounter' pass # class EventCounter
dictionary GaudiAlg::GaudiAlgConf::EventCounter::__slots__ [static, private] |
Initial value:
{
'OutputLevel' : 0, # int
'Enable' : True, # bool
'ErrorMax' : 1, # int
'ErrorCount' : 0, # int
'AuditAlgorithms' : False, # bool
'AuditInitialize' : False, # bool
'AuditReinitialize' : False, # bool
'AuditRestart' : False, # bool
'AuditExecute' : False, # bool
'AuditFinalize' : False, # bool
'AuditBeginRun' : False, # bool
'AuditEndRun' : False, # bool
'AuditStart' : False, # bool
'AuditStop' : False, # bool
'MonitorService' : 'MonitorSvc', # str
'Frequency' : 1, # int
}
Definition at line 207 of file GaudiAlgConf.py.
dictionary GaudiAlg::GaudiAlgConf::EventCounter::_propertyDocDct [static, private] |