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

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

Constructor & Destructor Documentation

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

Definition at line 242 of file GaudiCommonSvcConf.py.

242  def __init__(self, name = Configurable.DefaultName, **kwargs):
243  super(EvtDataSvc, self).__init__(name)
244  for n,v in kwargs.items():
245  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiCommonSvc.GaudiCommonSvcConf.EvtDataSvc.getDlls (   self)

Definition at line 246 of file GaudiCommonSvcConf.py.

246  def getDlls( self ):
247  return 'GaudiCommonSvc'
def GaudiCommonSvc.GaudiCommonSvcConf.EvtDataSvc.getType (   self)

Definition at line 248 of file GaudiCommonSvcConf.py.

248  def getType( self ):
249  return 'EvtDataSvc'

Member Data Documentation

dictionary GaudiCommonSvc.GaudiCommonSvcConf.EvtDataSvc.__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' : '/Event', # 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  }

Definition at line 222 of file GaudiCommonSvcConf.py.

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

Definition at line 240 of file GaudiCommonSvcConf.py.


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