GaudiMonitor.GaudiMonitorConf.ExceptionSvc Class Reference
Inheritance diagram for GaudiMonitor.GaudiMonitorConf.ExceptionSvc:
Collaboration diagram for GaudiMonitor.GaudiMonitorConf.ExceptionSvc:

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 GaudiMonitorConf.py.

Constructor & Destructor Documentation

def GaudiMonitor.GaudiMonitorConf.ExceptionSvc.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 19 of file GaudiMonitorConf.py.

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

Member Function Documentation

def GaudiMonitor.GaudiMonitorConf.ExceptionSvc.getDlls (   self)

Definition at line 23 of file GaudiMonitorConf.py.

23  def getDlls( self ):
24  return 'GaudiMonitor'
def GaudiMonitor.GaudiMonitorConf.ExceptionSvc.getType (   self)

Definition at line 25 of file GaudiMonitorConf.py.

25  def getType( self ):
26  return 'ExceptionSvc'

Member Data Documentation

dictionary GaudiMonitor.GaudiMonitorConf.ExceptionSvc.__slots__
staticprivate
Initial value:
1 = {
2  'OutputLevel' : 7, # 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  'Catch' : 'ALL', # str
11  'Errors' : 'NONE', # str
12  }

Definition at line 5 of file GaudiMonitorConf.py.

dictionary GaudiMonitor.GaudiMonitorConf.ExceptionSvc._propertyDocDct
staticprivate
Initial value:
1 = {
2  }

Definition at line 17 of file GaudiMonitorConf.py.


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