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="GlobalSimHypoMult",
15 logger.setLevel(OutputLevel)
20 tool1 = CompFactory.GlobalSim.eFexCvtrAlgTool(
'eFexCvtrAlgTool')
21 tool1.OutputLevel = OutputLevel
23 tool2 = CompFactory.GlobalSim.eEmMultTestBench(
'eEmMultTestBench')
31 tool2.OutputLevel = OutputLevel
33 alg = CompFactory.GlobalSim.GlobalSimulationAlg(name +
'Alg')
34 alg.globalsim_algs = [tool1]
35 alg.TIPwriters = [tool2]
36 alg.enableDumps = dump
37 alg.OutputLevel = OutputLevel