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

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 658 of file GaudiCommonSvcConf.py.

Constructor & Destructor Documentation

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

Definition at line 683 of file GaudiCommonSvcConf.py.

683  def __init__(self, name = Configurable.DefaultName, **kwargs):
684  super(RunRecordDataSvc, self).__init__(name)
685  for n,v in kwargs.items():
686  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiCommonSvc.GaudiCommonSvcConf.RunRecordDataSvc.getDlls (   self)

Definition at line 687 of file GaudiCommonSvcConf.py.

687  def getDlls( self ):
688  return 'GaudiCommonSvc'
def GaudiCommonSvc.GaudiCommonSvcConf.RunRecordDataSvc.getType (   self)

Definition at line 689 of file GaudiCommonSvcConf.py.

689  def getType( self ):
690  return 'RunRecordDataSvc'

Member Data Documentation

dictionary GaudiCommonSvc.GaudiCommonSvcConf.RunRecordDataSvc.__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' : 110, # int
11  'RootName' : '/RunRecords', # 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  'AutoLoad' : True, # bool
19  'IncidentName' : 'NEW_RUN_RECORD', # str
20  'SaveIncident' : 'SAVE_RUN_RECORD', # str
21  'PersistencySvc' : 'PersistencySvc/RecordPersistencySvc', # str
22  }

Definition at line 659 of file GaudiCommonSvcConf.py.

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

Definition at line 681 of file GaudiCommonSvcConf.py.


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