3 from AthenaConfiguration.ComponentFactory
import CompFactory
4 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
6 from AthenaCommon.Logging
import logging
7 logger = logging.getLogger(__name__)
11 name="GlobalSimHypoContainer",
15 logger.setLevel(OutputLevel)
19 hypoTool = CompFactory.GlobalSim.eEmSortSelectCountContainerAlgTool(
20 'eEmSortSelectCountContainerAlgTool')
21 hypoTool.enableDump = dump
22 hypoTool.OutputLevel = OutputLevel
24 cmpTool = CompFactory.GlobalSim.eEmSortSelectCountContainerComparator(
25 "eEmSortSelectCountContainerCmp")
26 cmpTool.OutputLevel = OutputLevel
28 alg = CompFactory.GlobalSim.GlobalSimulationAlg(name +
'Alg')
29 alg.globalsim_algs = [hypoTool, cmpTool]
30 alg.enableDumps = dump