Gaudi Framework, version v20r4

Generated: 8 Jan 2009

GaudiSvc::GaudiSvcConf::ApplicationMgr Class Reference

List of all members.


Detailed Description

Definition at line 1710 of file GaudiSvcConf.py.


Public Member Functions

def __init__
def getDlls
def getType

Static Private Attributes

dictionary __slots__
dictionary _propertyDocDct

Member Function Documentation

def GaudiSvc::GaudiSvcConf::ApplicationMgr::__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 1750 of file GaudiSvcConf.py.

01750                                                                :
01751       super(ApplicationMgr, self).__init__(name)
01752       for n,v in kwargs.items():
01753          setattr(self, n, v)
  def getDlls( self ):

def GaudiSvc::GaudiSvcConf::ApplicationMgr::getDlls (   self  ) 

Definition at line 1754 of file GaudiSvcConf.py.

01754                      :
01755       return 'GaudiSvc'
  def getType( self ):

def GaudiSvc::GaudiSvcConf::ApplicationMgr::getType (   self  ) 

Definition at line 1756 of file GaudiSvcConf.py.

01756                      :
01757       return 'ApplicationMgr'
  pass # class ApplicationMgr


Member Data Documentation

Definition at line 1711 of file GaudiSvcConf.py.

Initial value:

{ 
    'PropertiesPrint' : """ Flag to activate the printout of properties """,
  }

Definition at line 1747 of file GaudiSvcConf.py.


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

Generated at Thu Jan 8 17:53:59 2009 for Gaudi Framework, version v20r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004