3 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
4 from AthenaConfiguration.ComponentFactory
import CompFactory
8 from AthenaConfiguration.Enums
import BeamType
9 if flags.Beam.Type
is BeamType.TestBeam:
10 kwargs.setdefault(
"GetTopTransform",
False)
11 result.addService(CompFactory.Geo2G4Svc(**kwargs), create=
True, primary=
True)