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

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

Constructor & Destructor Documentation

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

Definition at line 382 of file GaudiCoreSvcConf.py.

382  def __init__(self, name = Configurable.DefaultName, **kwargs):
383  super(MinimalEventLoopMgr, self).__init__(name)
384  for n,v in kwargs.items():
385  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiCoreSvc.GaudiCoreSvcConf.MinimalEventLoopMgr.getDlls (   self)

Definition at line 386 of file GaudiCoreSvcConf.py.

386  def getDlls( self ):
387  return 'GaudiCoreSvc'
def GaudiCoreSvc.GaudiCoreSvcConf.MinimalEventLoopMgr.getType (   self)

Definition at line 388 of file GaudiCoreSvcConf.py.

388  def getType( self ):
389  return 'MinimalEventLoopMgr'

Member Data Documentation

dictionary GaudiCoreSvc.GaudiCoreSvcConf.MinimalEventLoopMgr.__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  }

Definition at line 367 of file GaudiCoreSvcConf.py.

dictionary GaudiCoreSvc.GaudiCoreSvcConf.MinimalEventLoopMgr._propertyDocDct
staticprivate
Initial value:
1 = {
2  }

Definition at line 380 of file GaudiCoreSvcConf.py.


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