4 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
5 from AthenaConfiguration.ComponentFactory
import CompFactory
6 result = ComponentAccumulator()
7 the_alg = CompFactory.ALineInjectTestAlg(name, **kwargs)
8 result.addCondAlgo(the_alg, primary =
True)