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

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

Constructor & Destructor Documentation

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

Definition at line 74 of file GaudiAudConf.py.

74  def __init__(self, name = Configurable.DefaultName, **kwargs):
75  super(MemStatAuditor, self).__init__(name)
76  for n,v in kwargs.items():
77  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)
Definition: GaudiAudConf.py:74

Member Function Documentation

def GaudiAud.GaudiAudConf.MemStatAuditor.getDlls (   self)

Definition at line 78 of file GaudiAudConf.py.

78  def getDlls( self ):
79  return 'GaudiAud'
def GaudiAud.GaudiAudConf.MemStatAuditor.getType (   self)

Definition at line 80 of file GaudiAudConf.py.

80  def getType( self ):
81  return 'MemStatAuditor'

Member Data Documentation

dictionary GaudiAud.GaudiAudConf.MemStatAuditor.__slots__
staticprivate
Initial value:
1 = {
2  'OutputLevel' : 0, # int
3  'Enable' : True, # bool
4  'EventTypes' : [ ], # list
5  'CustomEventTypes' : [ ], # list
6  }

Definition at line 64 of file GaudiAudConf.py.

dictionary GaudiAud.GaudiAudConf.MemStatAuditor._propertyDocDct
staticprivate
Initial value:
1 = {
2  'EventTypes' : ,
3  'CustomEventTypes' : ,
4  }

Definition at line 70 of file GaudiAudConf.py.


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