GaudiAud.GaudiAudConf.AlgErrorAuditor Class Reference
Inheritance diagram for GaudiAud.GaudiAudConf.AlgErrorAuditor:
Collaboration diagram for GaudiAud.GaudiAudConf.AlgErrorAuditor:

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 21 of file GaudiAudConf.py.

Constructor & Destructor Documentation

def GaudiAud.GaudiAudConf.AlgErrorAuditor.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 32 of file GaudiAudConf.py.

32  def __init__(self, name = Configurable.DefaultName, **kwargs):
33  super(AlgErrorAuditor, self).__init__(name)
34  for n,v in kwargs.items():
35  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)
Definition: GaudiAudConf.py:32

Member Function Documentation

def GaudiAud.GaudiAudConf.AlgErrorAuditor.getDlls (   self)

Definition at line 36 of file GaudiAudConf.py.

36  def getDlls( self ):
37  return 'GaudiAud'
def GaudiAud.GaudiAudConf.AlgErrorAuditor.getType (   self)

Definition at line 38 of file GaudiAudConf.py.

38  def getType( self ):
39  return 'AlgErrorAuditor'

Member Data Documentation

dictionary GaudiAud.GaudiAudConf.AlgErrorAuditor.__slots__
staticprivate
Initial value:
1 = {
2  'OutputLevel' : 0, # int
3  'Enable' : True, # bool
4  'Abort' : False, # bool
5  'Throw' : False, # bool
6  }

Definition at line 22 of file GaudiAudConf.py.

dictionary GaudiAud.GaudiAudConf.AlgErrorAuditor._propertyDocDct
staticprivate
Initial value:
1 = {
2  'Abort' : ,
3  'Throw' : ,
4  }

Definition at line 28 of file GaudiAudConf.py.


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