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

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

Constructor & Destructor Documentation

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

Definition at line 228 of file GaudiCoreSvcConf.py.

228  def __init__(self, name = Configurable.DefaultName, **kwargs):
229  super(EventLoopMgr, self).__init__(name)
230  for n,v in kwargs.items():
231  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiCoreSvc.GaudiCoreSvcConf.EventLoopMgr.getDlls (   self)

Definition at line 232 of file GaudiCoreSvcConf.py.

232  def getDlls( self ):
233  return 'GaudiCoreSvc'
def GaudiCoreSvc.GaudiCoreSvcConf.EventLoopMgr.getType (   self)

Definition at line 234 of file GaudiCoreSvcConf.py.

234  def getType( self ):
235  return 'EventLoopMgr'

Member Data Documentation

dictionary GaudiCoreSvc.GaudiCoreSvcConf.EventLoopMgr.__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  'TopAlg' : [ ], # list
11  'OutStream' : [ ], # list
12  'OutStreamType' : 'OutputStream', # str
13  'HistogramPersistency' : '', # str
14  'EvtSel' : '', # str
15  'Warnings' : True, # bool
16  }

Definition at line 209 of file GaudiCoreSvcConf.py.

dictionary GaudiCoreSvc.GaudiCoreSvcConf.EventLoopMgr._propertyDocDct
staticprivate
Initial value:
1 = {
2  'Warnings' : ,
3  }

Definition at line 225 of file GaudiCoreSvcConf.py.


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