Skip to content

TRK: add fast getPredictedChi2 - #15696

Merged
f3sch merged 1 commit into
AliceO2Group:devfrom
f3sch:trk/fastpath
Aug 20, 2026
Merged

TRK: add fast getPredictedChi2#15696
f3sch merged 1 commit into
AliceO2Group:devfrom
f3sch:trk/fastpath

Conversation

@f3sch

@f3sch f3sch commented Aug 19, 2026

Copy link
Copy Markdown
Collaborator

Adds a fast alternative to getPredictedChi2 when only chi2 is required as is the case for the Cells in ITS.
One can skip the full inversion of the cov matrix by using Cholsky decomposition and a fwd substitution.
This reduces the required double operations by 88% and the output stays consistent since the full inversion only catches degenerate cases which produce negative chi2 which are discarded in any case.

Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
@f3sch
f3sch requested a review from shahor02 as a code owner August 19, 2026 19:07
@f3sch
f3sch merged commit aecea1d into AliceO2Group:dev Aug 20, 2026
10 of 11 checks passed
@f3sch
f3sch deleted the trk/fastpath branch August 20, 2026 04:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants