|
Gaudi Framework, version v21r6 |
| Home | Generated: 11 Nov 2009 |
Definition at line 581 of file GaudiSvcConf.py.
Public Member Functions | |
| def | __init__ |
| def | getDlls |
| def | getType |
Static Private Attributes | |
| dictionary | __slots__ |
| dictionary | _propertyDocDct |
| def GaudiSvc::GaudiSvcConf::PersistencySvc::__init__ | ( | self, | ||
name = Configurable.DefaultName, |
||||
| kwargs | ||||
| ) |
Definition at line 595 of file GaudiSvcConf.py.
00595 : 00596 super(PersistencySvc, self).__init__(name) 00597 for n,v in kwargs.items(): 00598 setattr(self, n, v) def getDlls( self ):
| def GaudiSvc::GaudiSvcConf::PersistencySvc::getDlls | ( | self | ) |
| def GaudiSvc::GaudiSvcConf::PersistencySvc::getType | ( | self | ) |
Definition at line 601 of file GaudiSvcConf.py.
00601 : 00602 return 'PersistencySvc' pass # class PersistencySvc
dictionary GaudiSvc::GaudiSvcConf::PersistencySvc::__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
'CnvServices' : [ ], # list
}
Definition at line 582 of file GaudiSvcConf.py.
dictionary GaudiSvc::GaudiSvcConf::PersistencySvc::_propertyDocDct [static, private] |