Skip to content

[PWGDQ] fix swapped covariance values#15792

Open
harvastum wants to merge 1 commit intoAliceO2Group:masterfrom
harvastum:covariances_fix
Open

[PWGDQ] fix swapped covariance values#15792
harvastum wants to merge 1 commit intoAliceO2Group:masterfrom
harvastum:covariances_fix

Conversation

@harvastum
Copy link
Copy Markdown

this fixes swapped covariances in mftMchMatcher.cxx

fwdmatchcandidates::CXYMCH, // X - Y,
fwdmatchcandidates::CPhiYMCH, // Phi - Y
fwdmatchcandidates::CPhiXMCH, // Phi - X
link
muonpropCov(1, 0), // Cov(Y, X), correct, equivalent to Cov(X, Y)
muonpropCov(2, 0), // Cov(Phi, X), should be Cov(Phi, Y) or muonpropCov(2, 1)
muonpropCov(2, 1), // Cov(Phi, Y), should be Cov(Phi, X) or muonpropCov(2, 0)
link

@github-actions
Copy link
Copy Markdown

O2 linter results: ❌ 30 errors, ⚠️ 11 warnings, 🔕 0 disabled

@github-actions github-actions bot changed the title fix swapped covariance values [PWGDQ] fix swapped covariance values Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

1 participant