Gaudi Framework, version v21r4

Home   Generated: 7 Sep 2009

GaudiAlg::GaudiAlgConf::EventCounter Class Reference

List of all members.


Detailed Description

Definition at line 206 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 227 of file GaudiAlgConf.py.

00227                                                                :
00228       super(EventCounter, self).__init__(name)
00229       for n,v in kwargs.items():
00230          setattr(self, n, v)
  def getDlls( self ):

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

Definition at line 231 of file GaudiAlgConf.py.

00231                      :
00232       return 'GaudiAlg'
  def getType( self ):

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

Definition at line 233 of file GaudiAlgConf.py.

00233                      :
00234       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 207 of file GaudiAlgConf.py.

Initial value:

{ 
  }

Definition at line 225 of file GaudiAlgConf.py.


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

Generated at Mon Sep 7 18:26:13 2009 for Gaudi Framework, version v21r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004