Gaudi Framework, version v20r4

Generated: 8 Jan 2009

GaudiAlg::GaudiAlgConf::Prescaler Class Reference

List of all members.


Detailed Description

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

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

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

Definition at line 292 of file GaudiAlgConf.py.

00292                      :
00293       return 'GaudiAlg'
  def getType( self ):

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

Definition at line 294 of file GaudiAlgConf.py.

00294                      :
00295       return 'Prescaler'
  pass # class Prescaler


Member Data Documentation

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

Definition at line 244 of file GaudiAlgConf.py.

Initial value:

{ 
    'RequireObjects' : """ Execute only if one or more of these TES objects exists """,
    'StatTableHeader' : """ The header row for the output Stat-table """,
    'VetoObjects' : """ Skip execute if one or more of these TES objects exists """,
    'EfficiencyRowFormat' : """ The format for the regular row in the outptu Stat-table """,
    'RegularRowFormat' : """ The format for the regular row in the output Stat-table """,
    'RegisterForContextService' : """ The flag to enforce the registration for Algorithm Context Service """,
    'UseEfficiencyRowFormat' : """ Use the special format for printout of efficiency counters """,
    'ContextService' : """ The name of Algorithm Context Service """,
  }

Definition at line 278 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