3 from AthenaConfiguration.ComponentFactory
import CompFactory
4 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
10 outputCaloClustersKey,
11 gepCellMapKey='GepCells',
16 alg = CompFactory.GepTopoTowerAlg(name,
17 gepCellMapKey=gepCellMapKey,
18 caloClustersKey=caloClustersKey,
19 outputCaloClustersKey=outputCaloClustersKey)
20 if OutputLevel
is not None:
21 alg.OutputLevel = OutputLevel