Skip to content
Snippets Groups Projects

Timing fix for the TRD online unpacker (sys ver 0x10)

Merged David Schledt requested to merge trd/cbmsoft/cbmroot:trd-online-timing-fix into master
All threads resolved!
@@ -425,7 +425,7 @@ namespace cbm::algo::trd
// Digest the flags from the µSlice
digestMsFlags(msDescr.flags, result.second);
size_t fMsStartTimeRel = (msDescr.idx - tTimeslice) / fAsicClockCycle;
size_t fMsStartTimeRel = (msDescr.idx - tTimeslice);
// Get bytes per word used for the given system version
constexpr std::uint8_t bytes = Spadic::BytesPerWord<sys_ver>();
Loading