11 name="GlobalSimHypoMult",
15 logger.setLevel(OutputLevel)
17 cfg = ComponentAccumulator()
19 tool1 = CompFactory.GlobalSim.eFexCvtrAlgTool(
'eFexCvtrAlgTool')
20 tool1.OutputLevel = OutputLevel
22 tool2 = CompFactory.GlobalSim.eEmMultAlgTool(
'eEmMultAlgTool')
30 tool2.OutputLevel = OutputLevel
32 alg = CompFactory.GlobalSim.GlobalSimulationAlg(name +
'Alg')
33 alg.globalsim_algs = [tool1]
34 alg.TIPwriters = [tool2]
35 alg.enableDumps = dump
36 alg.OutputLevel = OutputLevel