3 from AthenaConfiguration.ComponentFactory
import CompFactory
4 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
11 outputCaloClustersKey,
12 gepCellMapKey='GepCells',
17 alg = CompFactory.GepTowersAlg(name,
18 gepCellMapKey=gepCellMapKey,
20 caloClustersKey=caloClustersKey,
21 outputCaloClustersKey=outputCaloClustersKey)
22 if OutputLevel
is not None:
23 alg.OutputLevel = OutputLevel