Gaudi Framework, version v21r6

Home   Generated: 11 Nov 2009

GaudiAlg::GaudiAlgConf::Prescaler Class Reference

List of all members.


Detailed Description

Definition at line 237 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::Prescaler::__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 290 of file GaudiAlgConf.py.

00290                                                                :
00291       super(Prescaler, self).__init__(name)
00292       for n,v in kwargs.items():
00293          setattr(self, n, v)
  def getDlls( self ):

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

Definition at line 294 of file GaudiAlgConf.py.

00294                      :
00295       return 'GaudiAlg'
  def getType( self ):

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

Definition at line 296 of file GaudiAlgConf.py.

00296                      :
00297       return 'Prescaler'
  pass # class Prescaler


Member Data Documentation

dictionary GaudiAlg::GaudiAlgConf::Prescaler::__slots__ [static, private]

Definition at line 238 of file GaudiAlgConf.py.

Initial value:

{ 
    'StatEntityList' : """ RegEx list, of StatEntity counters for CounterSummary. """,
    'RegisterForContextService' : """ The flag to enforce the registration for Algorithm Context Service """,
    'ErrorsPrint' : """ Print the statistics of errors/warnings/exceptions """,
    'VetoObjects' : """ Skip execute if one or more of these TES objects exists """,
    '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 """,
    'TypePrint' : """ Add the actal C++ component type into the messages """,
    'StatPrint' : """ Print the table of counters """,
    'EfficiencyRowFormat' : """ The format for the regular row in the output Stat-table """,
    'PropertiesPrint' : """ Print the properties of the component  """,
    'CounterList' : """ RegEx list, of simple integer counters for CounterSummary. """,
    'RequireObjects' : """ Execute only if one or more of these TES objects exists """,
    'ContextService' : """ The name of Algorithm Context Service """,
  }

Definition at line 274 of file GaudiAlgConf.py.


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

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