8 outputGepCellsKey='GepCells',
9 GEPEnergyEncodingScheme = "6-40-4",
10 HardwareStyleEnergyEncoding = True,
11 TruncationOfOverflowingFEBs = True,
12 WriteAllCells = False,
15 cfg = ComponentAccumulator()
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
GepCellsHandlerAlgCfg(flags, name='GepCellsHandlerAlg', outputGepCellsKey='GepCells', GEPEnergyEncodingScheme="6-40-4", HardwareStyleEnergyEncoding=True, TruncationOfOverflowingFEBs=True, WriteAllCells=False, OutputLevel=None)