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

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

Constructor & Destructor Documentation

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

Definition at line 76 of file GaudiCoreSvcConf.py.

76  def __init__(self, name = Configurable.DefaultName, **kwargs):
77  super(ApplicationMgr, self).__init__(name)
78  for n,v in kwargs.items():
79  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiCoreSvc.GaudiCoreSvcConf.ApplicationMgr.getDlls (   self)

Definition at line 80 of file GaudiCoreSvcConf.py.

80  def getDlls( self ):
81  return 'GaudiCoreSvc'
def GaudiCoreSvc.GaudiCoreSvcConf.ApplicationMgr.getType (   self)

Definition at line 82 of file GaudiCoreSvcConf.py.

82  def getType( self ):
83  return 'ApplicationMgr'

Member Data Documentation

dictionary GaudiCoreSvc.GaudiCoreSvcConf.ApplicationMgr.__slots__
staticprivate

Definition at line 29 of file GaudiCoreSvcConf.py.

dictionary GaudiCoreSvc.GaudiCoreSvcConf.ApplicationMgr._propertyDocDct
staticprivate
Initial value:
1 = {
2  'ReturnCode' : ,
3  'StopOnSignal' : ,
4  'PropertiesPrint' : ,
5  'AlgTypeAliases' : ,
6  'StalledEventMonitoring' : ,
7  }

Definition at line 69 of file GaudiCoreSvcConf.py.


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