GaudiSvc.GaudiSvcConf.DetDataSvc Class Reference
Inheritance diagram for GaudiSvc.GaudiSvcConf.DetDataSvc:
Collaboration diagram for GaudiSvc.GaudiSvcConf.DetDataSvc:

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 39 of file GaudiSvcConf.py.

Constructor & Destructor Documentation

def GaudiSvc.GaudiSvcConf.DetDataSvc.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 65 of file GaudiSvcConf.py.

65  def __init__(self, name = Configurable.DefaultName, **kwargs):
66  super(DetDataSvc, self).__init__(name)
67  for n,v in kwargs.items():
68  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)
Definition: GaudiSvcConf.py:65

Member Function Documentation

def GaudiSvc.GaudiSvcConf.DetDataSvc.getDlls (   self)

Definition at line 69 of file GaudiSvcConf.py.

69  def getDlls( self ):
70  return 'GaudiSvc'
def GaudiSvc.GaudiSvcConf.DetDataSvc.getType (   self)

Definition at line 71 of file GaudiSvcConf.py.

71  def getType( self ):
72  return 'DetDataSvc'

Member Data Documentation

dictionary GaudiSvc.GaudiSvcConf.DetDataSvc.__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  'RootCLID' : 3, # int
11  'RootName' : '/dd', # str
12  'ForceLeaves' : False, # bool
13  'InhibitPathes' : [ ], # list
14  'DataFaultName' : 'DataFault', # str
15  'DataAccessName' : 'DataAccess', # str
16  'EnableFaultHandler' : False, # bool
17  'EnableAccessHandler' : False, # bool
18  'DetStorageType' : 7, # int
19  'DetDbLocation' : 'empty', # str
20  'DetDbRootName' : 'dd', # str
21  'UsePersistency' : False, # bool
22  'PersistencySvc' : 'DetectorPersistencySvc', # str
23  }

Definition at line 40 of file GaudiSvcConf.py.

dictionary GaudiSvc.GaudiSvcConf.DetDataSvc._propertyDocDct
staticprivate
Initial value:
1 = {
2  }

Definition at line 63 of file GaudiSvcConf.py.


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