Skip to content

Fix TRD digi time resolution of real data.

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

Due to some missed casting to double values, the UTC time stored in the CbmTrdRawMessageSpadic lost precision. Now we also only store the time relative to the Timeslice in the 2021+ unpacker, such that a double is large enough to store the full information.

Merge request reports