GaudiCommonSvc.GaudiCommonSvcConf.DetPersistencySvc Class Reference
Inheritance diagram for GaudiCommonSvc.GaudiCommonSvcConf.DetPersistencySvc:
Collaboration diagram for GaudiCommonSvc.GaudiCommonSvcConf.DetPersistencySvc:

Public Member Functions

def __init__ (self, name=Configurable.DefaultName, kwargs)
 
def getDlls (self)
 
def getType (self)
 

Static Private Attributes

dictionary __slots__
 
dictionary _propertyDocDct
 

Detailed Description

Definition at line 163 of file GaudiCommonSvcConf.py.

Constructor & Destructor Documentation

def GaudiCommonSvc.GaudiCommonSvcConf.DetPersistencySvc.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 177 of file GaudiCommonSvcConf.py.

177  def __init__(self, name = Configurable.DefaultName, **kwargs):
178  super(DetPersistencySvc, self).__init__(name)
179  for n,v in kwargs.items():
180  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiCommonSvc.GaudiCommonSvcConf.DetPersistencySvc.getDlls (   self)

Definition at line 181 of file GaudiCommonSvcConf.py.

181  def getDlls( self ):
182  return 'GaudiCommonSvc'
def GaudiCommonSvc.GaudiCommonSvcConf.DetPersistencySvc.getType (   self)

Definition at line 183 of file GaudiCommonSvcConf.py.

183  def getType( self ):
184  return 'DetPersistencySvc'

Member Data Documentation

dictionary GaudiCommonSvc.GaudiCommonSvcConf.DetPersistencySvc.__slots__
staticprivate
Initial value:
1 = {
2  'OutputLevel' : 7, # int
3  'AuditServices' : False, # bool
4  'AuditInitialize' : False, # bool
5  'AuditStart' : False, # bool
6  'AuditStop' : False, # bool
7  'AuditFinalize' : False, # bool
8  'AuditReInitialize' : False, # bool
9  'AuditReStart' : False, # bool
10  'CnvServices' : [ ], # list
11  }

Definition at line 164 of file GaudiCommonSvcConf.py.

dictionary GaudiCommonSvc.GaudiCommonSvcConf.DetPersistencySvc._propertyDocDct
staticprivate
Initial value:
1 = {
2  }

Definition at line 175 of file GaudiCommonSvcConf.py.


The documentation for this class was generated from the following file: