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

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

Constructor & Destructor Documentation

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

Definition at line 18 of file GaudiCoreSvcConf.py.

18  def __init__(self, name = Configurable.DefaultName, **kwargs):
19  super(AppMgrRunable, self).__init__(name)
20  for n,v in kwargs.items():
21  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiCoreSvc.GaudiCoreSvcConf.AppMgrRunable.getDlls (   self)

Definition at line 22 of file GaudiCoreSvcConf.py.

22  def getDlls( self ):
23  return 'GaudiCoreSvc'
def GaudiCoreSvc.GaudiCoreSvcConf.AppMgrRunable.getType (   self)

Definition at line 24 of file GaudiCoreSvcConf.py.

24  def getType( self ):
25  return 'AppMgrRunable'

Member Data Documentation

dictionary GaudiCoreSvc.GaudiCoreSvcConf.AppMgrRunable.__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  'EvtMax' : -17974594, # int
11  }

Definition at line 5 of file GaudiCoreSvcConf.py.

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

Definition at line 16 of file GaudiCoreSvcConf.py.


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