Gaudi Framework, version v21r6

Home   Generated: 11 Nov 2009

GaudiAlg::GaudiAlgConf::Sequencer Class Reference

List of all members.


Detailed Description

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

Definition at line 323 of file GaudiAlgConf.py.

00323                                                                :
00324       super(Sequencer, self).__init__(name)
00325       for n,v in kwargs.items():
00326          setattr(self, n, v)
  def getDlls( self ):

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

Definition at line 327 of file GaudiAlgConf.py.

00327                      :
00328       return 'GaudiAlg'
  def getType( self ):

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

Definition at line 329 of file GaudiAlgConf.py.

00329                      :
00330       return 'Sequencer'
  pass # class Sequencer


Member Data Documentation

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

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
    'Members' : [  ], # list
    'BranchMembers' : [  ], # list
    'StopOverride' : False, # bool
  }

Definition at line 301 of file GaudiAlgConf.py.

Initial value:

{ 
  }

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