3 from AthenaConfiguration.ComponentFactory
import CompFactory
4 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
8 name='GelCellTowerAlg',
9 outputCellTowerKey='GEPCellTowers',
10 gepCellMapKey='GepCells',
15 alg = CompFactory.GepCellTowerAlg(name,
16 outputCellTowerKey=outputCellTowerKey,
17 gepCellMapKey=gepCellMapKey
19 if OutputLevel
is not None:
20 alg.OutputLevel = OutputLevel