6 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
7 from AthenaConfiguration.ComponentFactory
import CompFactory
9 result = ComponentAccumulator()
10 from ActsConfig.ActsGeometryConfig
import ActsExtrapolationToolCfg
11 kwargs.setdefault(
"ExtrapolationTool", result.popToolsAndMerge(ActsExtrapolationToolCfg(flags,
13 InteractionEloss =
True,
14 InteractionMultiScatering =
True)))
16 the_alg = CompFactory.ActsTrk.CaloExtensionAlg(name, **kwargs)
17 result.addEventAlgo(the_alg, primary =
True)