L1: improve the triplet indexing
- Faster indexing with bit shifts
- 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.
- 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