8 outputGepCellsKey='GepCells',
9 GEPEnergyEncodingScheme = "6-40-4",
10 HardwareStyleEnergyEncoding = True,
11 TruncationOfOverflowingFEBs = True,
12 WriteAllCells = False,
17 alg = CompFactory.GepCellsHandlerAlg(
19 outputGepCellsKey=outputGepCellsKey,
20 GEPEnergyEncodingScheme = GEPEnergyEncodingScheme,
21 HardwareStyleEnergyEncoding = HardwareStyleEnergyEncoding,
22 TruncationOfOverflowingFEBs = TruncationOfOverflowingFEBs,
23 WriteAllCells = WriteAllCells
26 if OutputLevel
is not None:
27 alg.OutputLevel = OutputLevel