|
Gaudi Framework, version v21r6 |
| Home | Generated: 11 Nov 2009 |
Definition at line 1165 of file GaudiSvcConf.py.
Public Member Functions | |
| def | __init__ |
| def | getDlls |
| def | getType |
Static Private Attributes | |
| dictionary | __slots__ |
| dictionary | _propertyDocDct |
| def GaudiSvc::GaudiSvcConf::IncidentSvc::__init__ | ( | self, | ||
name = Configurable.DefaultName, |
||||
| kwargs | ||||
| ) |
Definition at line 1178 of file GaudiSvcConf.py.
01178 : 01179 super(IncidentSvc, self).__init__(name) 01180 for n,v in kwargs.items(): 01181 setattr(self, n, v) def getDlls( self ):
| def GaudiSvc::GaudiSvcConf::IncidentSvc::getDlls | ( | self | ) |
| def GaudiSvc::GaudiSvcConf::IncidentSvc::getType | ( | self | ) |
Definition at line 1184 of file GaudiSvcConf.py.
01184 : 01185 return 'IncidentSvc' pass # class IncidentSvc
dictionary GaudiSvc::GaudiSvcConf::IncidentSvc::__slots__ [static, private] |
Initial value:
{
'OutputLevel' : 0, # int
'AuditServices' : False, # bool
'AuditInitialize' : False, # bool
'AuditStart' : False, # bool
'AuditStop' : False, # bool
'AuditFinalize' : False, # bool
'AuditReInitialize' : False, # bool
'AuditReStart' : False, # bool
}
Definition at line 1166 of file GaudiSvcConf.py.
dictionary GaudiSvc::GaudiSvcConf::IncidentSvc::_propertyDocDct [static, private] |