Gaudi Framework, version v20r4

Generated: 8 Jan 2009

GaudiSvc::GaudiSvcConf::ExceptionSvc Class Reference

List of all members.


Detailed Description

Definition at line 1258 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::ExceptionSvc::__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 1273 of file GaudiSvcConf.py.

01273                                                                :
01274       super(ExceptionSvc, self).__init__(name)
01275       for n,v in kwargs.items():
01276          setattr(self, n, v)
  def getDlls( self ):

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

Definition at line 1277 of file GaudiSvcConf.py.

01277                      :
01278       return 'GaudiSvc'
  def getType( self ):

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

Definition at line 1279 of file GaudiSvcConf.py.

01279                      :
01280       return 'ExceptionSvc'
  pass # class ExceptionSvc


Member Data Documentation

Initial value:

{ 
    'OutputLevel' : 0, # int
    'AuditServices' : False, # bool
    'AuditInitialize' : False, # bool
    'AuditStart' : False, # bool
    'AuditStop' : False, # bool
    'AuditFinalize' : False, # bool
    'AuditReInitialize' : False, # bool
    'AuditReStart' : False, # bool
    'Catch' : 'all', # str
    'Algorithms' : [  ], # list
  }

Definition at line 1259 of file GaudiSvcConf.py.

Initial value:

{ 
  }

Definition at line 1271 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