Gaudi Framework, version v21r4

Home   Generated: 7 Sep 2009

GaudiAlg::GaudiAlgConf::GaudiSequencer Class Reference

List of all members.


Detailed Description

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

Definition at line 453 of file GaudiAlgConf.py.

00453                                                                :
00454       super(GaudiSequencer, self).__init__(name)
00455       for n,v in kwargs.items():
00456          setattr(self, n, v)
  def getDlls( self ):

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

Definition at line 457 of file GaudiAlgConf.py.

00457                      :
00458       return 'GaudiAlg'
  def getType( self ):

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

Definition at line 459 of file GaudiAlgConf.py.

00459                      :
00460       return 'GaudiSequencer'
  pass # class GaudiSequencer


Member Data Documentation

Definition at line 396 of file GaudiAlgConf.py.

Initial value:

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

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