- Mar 07, 2025
-
-
Fix cluster and hit finding in the STS detector when using 32-bit floating-point precision. The issue occurs when calculating time differences between digis or clusters with large timestamps - 32-bit floats lack sufficient precision for representing nanosecond timestamps in the mCBM setup. Add helper methods GetTimeDiff() that first convert timestamps to int before calculating the difference, preserving precision and sign. Replace direct floating-point timestamp subtractions throughout the code with calls to these helper methods. This resolves hit count discrepancies between 32-bit and 64-bit float versions, reducing the difference from ~2.6% to ~0.04%.
-
- May 09, 2024
-
-
Felix Weiglhofer authored
-
- May 03, 2024
-
-
Felix Weiglhofer authored
Significantly improves performance for high combinatorics. Especially important for the new Module 0 in mSTS 2024.
-
- Apr 11, 2024
-
-
- Mar 18, 2024
-
-
Felix Weiglhofer authored
-
- Dec 01, 2023
-
-
Felix Weiglhofer authored
-
- Nov 30, 2023
-
-
Felix Weiglhofer authored
-
- Nov 17, 2023
-
-
Felix Weiglhofer authored
-
- Oct 22, 2023
-
-
- Oct 18, 2023
-
-
Felix Weiglhofer authored
-
- Aug 03, 2023
-
-
Felix Weiglhofer authored
-
- Jul 11, 2023
-
-
Felix Weiglhofer authored
-
Felix Weiglhofer authored
-
- Jul 04, 2023
-
-
Felix Weiglhofer authored
-
- Jun 12, 2023
-
-
Felix Weiglhofer authored
-
- Jun 01, 2023
-
-
Felix Weiglhofer authored
-
- May 11, 2023
-
-
Felix Weiglhofer authored
-
Felix Weiglhofer authored
-
- Jul 27, 2022
-
-
Felix Weiglhofer authored
-