Skip to content

L1: improve the triplet indexing

Sergey Gorbunov requested to merge se.gorbunov/cbmroot:TrackletID into master
  1. Faster indexing with bit shifts
  2. Identify the maximum allowed number of stations, threads, and triplets from the corresponding amount of bits in the triplet ID. Before those constants didn't match.
  3. Assert the indices when creating the triplet Id.

The MR fixes the redmine issue: https://redmine.cbm.gsi.de/issues/2128

MR should be merged after !426 (merged)

Edited by Sergey Gorbunov

Merge request reports