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

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

Constructor & Destructor Documentation

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

Definition at line 53 of file GaudiAudConf.py.

53  def __init__(self, name = Configurable.DefaultName, **kwargs):
54  super(ChronoAuditor, self).__init__(name)
55  for n,v in kwargs.items():
56  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)
Definition: GaudiAudConf.py:53

Member Function Documentation

def GaudiAud.GaudiAudConf.ChronoAuditor.getDlls (   self)

Definition at line 57 of file GaudiAudConf.py.

57  def getDlls( self ):
58  return 'GaudiAud'
def GaudiAud.GaudiAudConf.ChronoAuditor.getType (   self)

Definition at line 59 of file GaudiAudConf.py.

59  def getType( self ):
60  return 'ChronoAuditor'

Member Data Documentation

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

Definition at line 43 of file GaudiAudConf.py.

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

Definition at line 49 of file GaudiAudConf.py.


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