GaudiCoreSvc.GaudiCoreSvcConf.DataOnDemandSvc Class Reference
Inheritance diagram for GaudiCoreSvc.GaudiCoreSvcConf.DataOnDemandSvc:
Collaboration diagram for GaudiCoreSvc.GaudiCoreSvcConf.DataOnDemandSvc:

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 112 of file GaudiCoreSvcConf.py.

Constructor & Destructor Documentation

def GaudiCoreSvc.GaudiCoreSvcConf.DataOnDemandSvc.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 144 of file GaudiCoreSvcConf.py.

144  def __init__(self, name = Configurable.DefaultName, **kwargs):
145  super(DataOnDemandSvc, self).__init__(name)
146  for n,v in kwargs.items():
147  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiCoreSvc.GaudiCoreSvcConf.DataOnDemandSvc.getDlls (   self)

Definition at line 148 of file GaudiCoreSvcConf.py.

148  def getDlls( self ):
149  return 'GaudiCoreSvc'
def GaudiCoreSvc.GaudiCoreSvcConf.DataOnDemandSvc.getType (   self)

Definition at line 150 of file GaudiCoreSvcConf.py.

150  def getType( self ):
151  return 'DataOnDemandSvc'

Member Data Documentation

dictionary GaudiCoreSvc.GaudiCoreSvcConf.DataOnDemandSvc.__slots__
staticprivate
Initial value:
1 = {
2  'OutputLevel' : 0, # 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  'IncidentName' : 'DataFault', # str
11  'DataSvc' : 'EventDataSvc', # str
12  'UsePreceedingPath' : True, # bool
13  'Dump' : False, # bool
14  'PreInitialize' : False, # bool
15  'AllowPreInitializeFailure' : False, # bool
16  'Algorithms' : [ ], # list
17  'Nodes' : [ ], # list
18  'AlgMap' : { }, # list
19  'NodeMap' : { }, # list
20  'Prefix' : '/Event/', # str
21  'NodeMappingTools' : [ ], # list
22  'AlgMappingTools' : [ ], # list
23  }

Definition at line 113 of file GaudiCoreSvcConf.py.

dictionary GaudiCoreSvc.GaudiCoreSvcConf.DataOnDemandSvc._propertyDocDct
staticprivate
Initial value:
1 = {
2  'Dump' : ,
3  'AlgMappingTools' : ,
4  'NodeMappingTools' : ,
5  'AllowPreInitializeFailure' : ,
6  'IncidentName' : ,
7  'PreInitialize' : ,
8  }

Definition at line 136 of file GaudiCoreSvcConf.py.


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