3 from AthenaConfiguration.ComponentFactory
import CompFactory
4 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
6 from AthenaCommon.Logging
import logging
7 logger = logging.getLogger(__name__)
12 name="GlobalSimEratioAlg",
16 alg = CompFactory.GlobalSim.GlobalSimulationAlg(name)
17 eratioTool = CompFactory.GlobalSim.ERatioAlgTool(name+
'AlgTool')
18 eratioTool.enableDump = dump
19 eratioTool.OutputLevel = OutputLevel
21 alg.globalsim_algs = [eratioTool]
22 alg.enableDumps = dump