15from Configurables
import DataCreator, GaudiTestSuiteCommonConf, MyDataAlgorithm
18GaudiTestSuiteCommonConf()
24 UsePreceedingPath=
True,
27 "Rec/Muon":
"DataObject",
28 "Rec/Foo":
"DataObject",
30 AlgMap={mdigi.Data: mdigi, mfoo.Data: mfoo},
32 Algorithms=[
"DATA='%s' TYPE='%s'" % (mold.Data, mold.getFullName())],
34 Nodes=[
"DATA='Rec/Obsolete' TYPE='DataObject'"],
40EventDataSvc().EnableFaultHandler =
True
The Application Manager class.
Trivial Algorithm for test purposes.
The DataOnDemandSvc listens to incidents typically triggered by the data service of the configurable ...
Trivial Algorithm for tutotial purposes.