Gaudi Framework, version v21r6

Home   Generated: 11 Nov 2009

GaudiSvc::GaudiSvcConf::ApplicationMgr Class Reference

List of all members.


Detailed Description

Definition at line 1749 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 1789 of file GaudiSvcConf.py.

01789                                                                :
01790       super(ApplicationMgr, self).__init__(name)
01791       for n,v in kwargs.items():
01792          setattr(self, n, v)
  def getDlls( self ):

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

Definition at line 1793 of file GaudiSvcConf.py.

01793                      :
01794       return 'GaudiSvc'
  def getType( self ):

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

Definition at line 1795 of file GaudiSvcConf.py.

01795                      :
01796       return 'ApplicationMgr'
  pass # class ApplicationMgr


Member Data Documentation

Definition at line 1750 of file GaudiSvcConf.py.

Initial value:

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

Definition at line 1786 of file GaudiSvcConf.py.


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

Generated at Wed Nov 11 16:37:04 2009 for Gaudi Framework, version v21r6 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004