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

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

Constructor & Destructor Documentation

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

Definition at line 11 of file GaudiAudConf.py.

11  def __init__(self, name = Configurable.DefaultName, **kwargs):
12  super(AlgContextAuditor, self).__init__(name)
13  for n,v in kwargs.items():
14  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)
Definition: GaudiAudConf.py:11

Member Function Documentation

def GaudiAud.GaudiAudConf.AlgContextAuditor.getDlls (   self)

Definition at line 15 of file GaudiAudConf.py.

15  def getDlls( self ):
16  return 'GaudiAud'
def GaudiAud.GaudiAudConf.AlgContextAuditor.getType (   self)

Definition at line 17 of file GaudiAudConf.py.

17  def getType( self ):
18  return 'AlgContextAuditor'

Member Data Documentation

dictionary GaudiAud.GaudiAudConf.AlgContextAuditor.__slots__
staticprivate
Initial value:
1 = {
2  'OutputLevel' : 0, # int
3  'Enable' : True, # bool
4  }

Definition at line 5 of file GaudiAudConf.py.

dictionary GaudiAud.GaudiAudConf.AlgContextAuditor._propertyDocDct
staticprivate
Initial value:
1 = {
2  }

Definition at line 9 of file GaudiAudConf.py.


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