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

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

Constructor & Destructor Documentation

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

Definition at line 116 of file GaudiAudConf.py.

116  def __init__(self, name = Configurable.DefaultName, **kwargs):
117  super(NameAuditor, self).__init__(name)
118  for n,v in kwargs.items():
119  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiAud.GaudiAudConf.NameAuditor.getDlls (   self)

Definition at line 120 of file GaudiAudConf.py.

120  def getDlls( self ):
121  return 'GaudiAud'
def GaudiAud.GaudiAudConf.NameAuditor.getType (   self)

Definition at line 122 of file GaudiAudConf.py.

122  def getType( self ):
123  return 'NameAuditor'

Member Data Documentation

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

Definition at line 106 of file GaudiAudConf.py.

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

Definition at line 112 of file GaudiAudConf.py.


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