13 'AuditAlgorithms' :
False,
14 'AuditInitialize' :
False,
15 'AuditReinitialize' :
False,
16 'AuditRestart' :
False,
17 'AuditExecute' :
False,
18 'AuditFinalize' :
False,
19 'AuditBeginRun' :
False,
20 'AuditEndRun' :
False,
23 'MonitorService' :
'MonitorSvc',
24 'RegisterForContextService' :
False,
27 'NeededResources' : [ ],
30 'Cardinality' :
""" How many clones to create """,
31 'IsClonable' :
""" Thread-safe enough for cloning? """,
32 'RegisterForContextService' :
""" The flag to enforce the registration for Algorithm Context Service """,
34 def __init__(self, name = Configurable.DefaultName, **kwargs):
35 super(GaudiSvcTest__CounterTestAlg, self).
__init__(name)
36 for n,v
in kwargs.items():
41 return 'GaudiSvcTest::CounterTestAlg'
def __init__(self, name=Configurable.DefaultName, kwargs)