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

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

Constructor & Destructor Documentation

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

Definition at line 95 of file GaudiAudConf.py.

95  def __init__(self, name = Configurable.DefaultName, **kwargs):
96  super(MemoryAuditor, self).__init__(name)
97  for n,v in kwargs.items():
98  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)
Definition: GaudiAudConf.py:95

Member Function Documentation

def GaudiAud.GaudiAudConf.MemoryAuditor.getDlls (   self)

Definition at line 99 of file GaudiAudConf.py.

99  def getDlls( self ):
100  return 'GaudiAud'
def GaudiAud.GaudiAudConf.MemoryAuditor.getType (   self)

Definition at line 101 of file GaudiAudConf.py.

101  def getType( self ):
102  return 'MemoryAuditor'

Member Data Documentation

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

Definition at line 85 of file GaudiAudConf.py.

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

Definition at line 91 of file GaudiAudConf.py.


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