8 outputGepCellsKey='GepCells',
9 GEPEnergyEncodingScheme = "6-40-4",
10 HardwareStyleEnergyEncoding = True,
11 TruncationOfOverflowingFEBs = True,
12 WriteAllCells = False,
13 CleanOutputCells = False,
16 cfg = ComponentAccumulator()
18 alg = CompFactory.GepCellsHandlerAlg(
20 outputGepCellsKey=outputGepCellsKey,
21 GEPEnergyEncodingScheme = GEPEnergyEncodingScheme,
22 HardwareStyleEnergyEncoding = HardwareStyleEnergyEncoding,
23 TruncationOfOverflowingFEBs = TruncationOfOverflowingFEBs,
24 WriteAllCells = WriteAllCells
27 if OutputLevel
is not None:
28 alg.OutputLevel = OutputLevel
GepCellsHandlerAlgCfg(flags, name='GepCellsHandlerAlg', outputGepCellsKey='GepCells', GEPEnergyEncodingScheme="6-40-4", HardwareStyleEnergyEncoding=True, TruncationOfOverflowingFEBs=True, WriteAllCells=False, CleanOutputCells=False, OutputLevel=None)