Gaudi Framework, version v20r4

Generated: 8 Jan 2009

GaudiAlg::GaudiAlgConf::EventCounter Class Reference

List of all members.


Detailed Description

Definition at line 212 of file GaudiAlgConf.py.


Public Member Functions

def __init__
def getDlls
def getType

Static Private Attributes

dictionary __slots__
dictionary _propertyDocDct

Member Function Documentation

def GaudiAlg::GaudiAlgConf::EventCounter::__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 233 of file GaudiAlgConf.py.

00233                                                                :
00234       super(EventCounter, self).__init__(name)
00235       for n,v in kwargs.items():
00236          setattr(self, n, v)
  def getDlls( self ):

def GaudiAlg::GaudiAlgConf::EventCounter::getDlls (   self  ) 

Definition at line 237 of file GaudiAlgConf.py.

00237                      :
00238       return 'GaudiAlg'
  def getType( self ):

def GaudiAlg::GaudiAlgConf::EventCounter::getType (   self  ) 

Definition at line 239 of file GaudiAlgConf.py.

00239                      :
00240       return 'EventCounter'
  pass # class EventCounter


Member Data Documentation

Initial value:

{ 
    'OutputLevel' : 0, # int
    'Enable' : True, # bool
    'ErrorMax' : 1, # int
    'ErrorCount' : 0, # int
    'AuditAlgorithms' : False, # bool
    'AuditInitialize' : False, # bool
    'AuditReinitialize' : False, # bool
    'AuditRestart' : False, # bool
    'AuditExecute' : False, # bool
    'AuditFinalize' : False, # bool
    'AuditBeginRun' : False, # bool
    'AuditEndRun' : False, # bool
    'AuditStart' : False, # bool
    'AuditStop' : False, # bool
    'MonitorService' : 'MonitorSvc', # str
    'Frequency' : 1, # int
  }

Definition at line 213 of file GaudiAlgConf.py.

Initial value:

{ 
  }

Definition at line 231 of file GaudiAlgConf.py.


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

Generated at Thu Jan 8 17:53:50 2009 for Gaudi Framework, version v20r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004