3 from AthenaConfiguration.ComponentFactory
import CompFactory
4 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
8 outputGepCellsKey='GepCells',
9 GEPEnergyEncodingScheme = "6-10-4",
10 HardwareStyleEnergyEncoding = True,
11 TruncationOfOverflowingFEBs = True,
16 alg = CompFactory.GepCellsHandlerAlg(
18 outputGepCellsKey=outputGepCellsKey,
19 GEPEnergyEncodingScheme = GEPEnergyEncodingScheme,
20 HardwareStyleEnergyEncoding = HardwareStyleEnergyEncoding,
21 TruncationOfOverflowingFEBs = TruncationOfOverflowingFEBs
24 if OutputLevel
is not None:
25 alg.OutputLevel = OutputLevel