Gaudi Framework, version v21r6

Home   Generated: 11 Nov 2009

GaudiSvc::GaudiSvcConf::CounterSvc Class Reference

List of all members.


Detailed Description

Definition at line 1647 of file GaudiSvcConf.py.


Public Member Functions

def __init__
def getDlls
def getType

Static Private Attributes

dictionary __slots__
dictionary _propertyDocDct

Member Function Documentation

def GaudiSvc::GaudiSvcConf::CounterSvc::__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 1669 of file GaudiSvcConf.py.

01669                                                                :
01670       super(CounterSvc, self).__init__(name)
01671       for n,v in kwargs.items():
01672          setattr(self, n, v)
  def getDlls( self ):

def GaudiSvc::GaudiSvcConf::CounterSvc::getDlls (   self  ) 

Definition at line 1673 of file GaudiSvcConf.py.

01673                      :
01674       return 'GaudiSvc'
  def getType( self ):

def GaudiSvc::GaudiSvcConf::CounterSvc::getType (   self  ) 

Definition at line 1675 of file GaudiSvcConf.py.

01675                      :
01676       return 'CounterSvc'
  pass # class CounterSvc


Member Data Documentation

dictionary GaudiSvc::GaudiSvcConf::CounterSvc::__slots__ [static, private]

Initial value:

{ 
    'OutputLevel' : 0, # int
    'AuditServices' : False, # bool
    'AuditInitialize' : False, # bool
    'AuditStart' : False, # bool
    'AuditStop' : False, # bool
    'AuditFinalize' : False, # bool
    'AuditReInitialize' : False, # bool
    'AuditReStart' : False, # bool
    'PrintStat' : True, # bool
    'StatTableHeader' : '       Counter :: Group         |     #     |    sum     | mean/eff^* | rms/err^*  |     min     |     max     |', # str
    'RegularRowFormat' : ' %|15.15s|%|-15.15s|%|32t||%|10d| |%|11.7g| |%|#11.5g| |%|#11.5g| |%|#12.5g| |%|#12.5g| |', # str
    'EfficiencyRowFormat' : '*%|15.15s|%|-15.15s|%|32t||%|10d| |%|11.5g| |(%|#9.7g| +- %|-#9.7g|)%%|   -------   |   -------   |', # str
    'UseEfficiencyRowFormat' : True, # bool
  }

Definition at line 1648 of file GaudiSvcConf.py.

Initial value:

{ 
    'RegularRowFormat' : """ The format for the regular row in the output Stat-table """,
    'UseEfficiencyRowFormat' : """ Use the special format for printout of efficiency counters """,
    'StatTableHeader' : """ The header row for the output Stat-table """,
    'EfficiencyRowFormat' : """ The format for the regular row in the outptu Stat-table """,
  }

Definition at line 1663 of file GaudiSvcConf.py.


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

Generated at Wed Nov 11 16:37:04 2009 for Gaudi Framework, version v21r6 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004