Skip to content

Add safety in case of a corrupted EOM message

Pascal Raisig requested to merge praisig/cbmroot:improveTrd1DUnpacker into master

In the data from mcbm2021 the possibility that the bits of the number of samples indicator in EOMs can be corrupted. This commit implements a safety which prevents the unpacker to go into a broken state in case of corrupted bits.

In addition the handling of the tof in run_unpack_tsa is synched with the handling of the other subsystems.

Merge request reports