Skip to content
Snippets Groups Projects
Commit 3d41fe4e authored by David Schledt's avatar David Schledt
Browse files

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

parent b4e72d23
No related branches found
No related tags found
1 merge request!1763Timing fix for the TRD online unpacker (sys ver 0x10)
Pipeline #29061 passed
...@@ -425,7 +425,7 @@ namespace cbm::algo::trd ...@@ -425,7 +425,7 @@ namespace cbm::algo::trd
// Digest the flags from the µSlice // Digest the flags from the µSlice
digestMsFlags(msDescr.flags, result.second); 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 // Get bytes per word used for the given system version
constexpr std::uint8_t bytes = Spadic::BytesPerWord<sys_ver>(); constexpr std::uint8_t bytes = Spadic::BytesPerWord<sys_ver>();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment