2 from Configurables
import (HiveWhiteBoard, HiveSlimEventLoopMgr,
3 AvalancheSchedulerSvc, AlgResourcePool,
5 ContextEventCounterPtr,
6 ContextEventCounterData,
53 a1.outKeys = [
'/Event/a1']
56 a2.inpKeys = [
'/Event/a1']
57 a2.outKeys = [
'/Event/a2']
60 a3.inpKeys = [
'/Event/a1']
61 a3.outKeys = [
'/Event/a3']
64 a4.inpKeys = [
'/Event/a2']
65 a4.outKeys = [
'/Event/a4']
67 for algo
in [a1, a2, a3, a4]:
68 algo.shortCalib =
True 69 algo.OutputLevel = DEBUG
74 algo.Cardinality = cardinality
87 EventLoop=slimeventloopmgr,
89 MessageSvcType=
"InertMessageSvc")
A class that implements a search for prime numbers.
Sequencer for executing several algorithms, stopping when one is faulty.
The AlgResourcePool is a concrete implementation of the IAlgResourcePool interface.
The Application Manager class.