|
Gaudi Framework, version v21r6 |
| Home | Generated: 11 Nov 2009 |
Definition at line 300 of file GaudiAlgConf.py.
Public Member Functions | |
| def | __init__ |
| def | getDlls |
| def | getType |
Static Private Attributes | |
| dictionary | __slots__ |
| dictionary | _propertyDocDct |
| 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 | ) |
| def GaudiAlg::GaudiAlgConf::Sequencer::getType | ( | self | ) |
Definition at line 329 of file GaudiAlgConf.py.
00329 : 00330 return 'Sequencer' pass # class Sequencer
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.
dictionary GaudiAlg::GaudiAlgConf::Sequencer::_propertyDocDct [static, private] |