GaudiSvcTestConf.py
Go to the documentation of this file.
1 #Fri Jul 17 14:35:13 2015"""Automatically generated. DO NOT EDIT please"""
3 
4 class GaudiSvcTest__CounterTestAlg( ConfigurableAlgorithm ) :
5  __slots__ = {
6  'OutputLevel' : 0, # int
7  'Enable' : True, # bool
8  'ErrorMax' : 1, # int
9  'ErrorCounter' : 0, # int
10  'AuditAlgorithms' : False, # bool
11  'AuditInitialize' : False, # bool
12  'AuditReinitialize' : False, # bool
13  'AuditRestart' : False, # bool
14  'AuditExecute' : False, # bool
15  'AuditFinalize' : False, # bool
16  'AuditBeginRun' : False, # bool
17  'AuditEndRun' : False, # bool
18  'AuditStart' : False, # bool
19  'AuditStop' : False, # bool
20  'MonitorService' : 'MonitorSvc', # str
21  'RegisterForContextService' : False, # bool
22  }
23  _propertyDocDct = {
24  'RegisterForContextService' : """ The flag to enforce the registration for Algorithm Context Service """,
25  }
26  def __init__(self, name = Configurable.DefaultName, **kwargs):
27  super(GaudiSvcTest__CounterTestAlg, self).__init__(name)
28  for n,v in kwargs.items():
29  setattr(self, n, v)
30  def getDlls( self ):
31  return 'GaudiSvcTest'
32  def getType( self ):
33  return 'GaudiSvcTest::CounterTestAlg'
34  pass # class GaudiSvcTest__CounterTestAlg
def __init__(self, name=Configurable.DefaultName, kwargs)