This MR fixes two issues with the STS unpacker the algo namespace:
With these changes, the unpacker now bitwise resproduces the output of CbmStsUnpackAlgo
for all digi fields (tested on the first timeslice of 1588_node8_1_0000.tsa
; this unpacker currently supports the data format of the 2021 beamtime only).
To match the output, the CbmStsUnpackAlgo
must be run in the following way:
SetDoIgnoreOverlappMs(false)
Also, CbmStsUnpackAlgo
by default writes pulser digis to a different output branch. This must be disabled, as the algo unpacker does not treat pulser digis different from others.