Draft: Fix offsets for unordered inserts in MultiIndexed(Hit)Container
The multi indexed container currently has some undefined behaviour in case someone adds hits 1-by-1 in an unordered manner. As there is also no sort() functionality present, one effectively either has to order the data beforehand.
This MR fixes the insert
function to properly update the offsets also for the next unique detector elements.
I expect the impact to be quite minimal, as this function was only used for the v4 FT decoding and my own cluster manipulation algorithms. This is a required fix for the smaller cluster containers I want to work with.
Moore!2754 (comment 7631946) because this small MR didn't get merged..
Now part ofMerge request reports
Activity
added RTA WP2 label
assigned to @mveghel
added RTA label
fyi @graven
mentioned in merge request Moore!2754 (merged)
- [2024-01-23 09:02] Validation started with lhcb-master-mr#10208
- [2024-01-23 10:05] Validation started with lhcb-master-mr#10212
- [2024-01-29 10:28] Validation started with lhcb-master-mr#10286
- [2024-01-29 10:51] Validation started with lhcb-master-mr#10286
- [2024-01-29 11:16] Validation started with lhcb-master-mr#10286
- [2024-02-08 10:44] Validation started with lhcb-master-mr#10451
- [2024-02-10 12:10] Validation started with lhcb-master-mr#10505
- [2024-02-21 14:42] Validation started with lhcb-master-mr#10674
Edited by Software for LHCbmentioned in issue Moore#699 (closed)
mentioned in issue Moore#700 (closed)
mentioned in issue Moore#708 (closed)
mentioned in issue Moore#720 (closed)
mentioned in issue Moore#730 (closed)