GaudiAlg.GaudiAlgConf.Sequencer Class Reference
Inheritance diagram for GaudiAlg.GaudiAlgConf.Sequencer:
Collaboration diagram for GaudiAlg.GaudiAlgConf.Sequencer:

Public Member Functions

def __init__ (self, name=Configurable.DefaultName, kwargs)
 
def getDlls (self)
 
def getType (self)
 

Static Private Attributes

dictionary __slots__
 
dictionary _propertyDocDct
 

Detailed Description

Definition at line 409 of file GaudiAlgConf.py.

Constructor & Destructor Documentation

def GaudiAlg.GaudiAlgConf.Sequencer.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 434 of file GaudiAlgConf.py.

434  def __init__(self, name = Configurable.DefaultName, **kwargs):
435  super(Sequencer, self).__init__(name)
436  for n,v in kwargs.items():
437  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiAlg.GaudiAlgConf.Sequencer.getDlls (   self)

Definition at line 438 of file GaudiAlgConf.py.

438  def getDlls( self ):
439  return 'GaudiAlg'
def GaudiAlg.GaudiAlgConf.Sequencer.getType (   self)

Definition at line 440 of file GaudiAlgConf.py.

440  def getType( self ):
441  return 'Sequencer'

Member Data Documentation

dictionary GaudiAlg.GaudiAlgConf.Sequencer.__slots__
staticprivate
Initial value:
1 = {
2  'OutputLevel' : 0, # int
3  'Enable' : True, # bool
4  'ErrorMax' : 1, # int
5  'ErrorCounter' : 0, # int
6  'AuditAlgorithms' : False, # bool
7  'AuditInitialize' : False, # bool
8  'AuditReinitialize' : False, # bool
9  'AuditRestart' : False, # bool
10  'AuditExecute' : False, # bool
11  'AuditFinalize' : False, # bool
12  'AuditBeginRun' : False, # bool
13  'AuditEndRun' : False, # bool
14  'AuditStart' : False, # bool
15  'AuditStop' : False, # bool
16  'MonitorService' : 'MonitorSvc', # str
17  'RegisterForContextService' : False, # bool
18  'Members' : [ ], # list
19  'BranchMembers' : [ ], # list
20  'StopOverride' : False, # bool
21  }

Definition at line 410 of file GaudiAlgConf.py.

dictionary GaudiAlg.GaudiAlgConf.Sequencer._propertyDocDct
staticprivate
Initial value:
1 = {
2  'RegisterForContextService' : ,
3  }

Definition at line 431 of file GaudiAlgConf.py.


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