3 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
8 from AthenaPoolCnvSvc.PoolReadConfig
import PoolReadCfg
12 from InDetConfig.InDetMeasurementsUtilitiesConfig
import xAODSpacePointReaderAlgCfg
13 typedCollections = flags.Input.TypedCollections
14 for typedCollection
in typedCollections:
15 [colType, colName] = typedCollection.split(
'#')
18 if colType ==
"xAOD::SpacePointContainer":
20 name=f
"{colName}ReaderAlg",
21 SpacePointKey=colName))