Skip to content

Conversation

@yashpatley
Copy link
Contributor

No description provided.

@github-actions
Copy link

github-actions bot commented Nov 14, 2025

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

Comment on lines 1589 to 1592
float cdot = pr1[0] * pr2[0] + pr1[1] * pr2[1] + pr1[2] * pr2[2];
float mag1 = std::sqrt(pr1[0] * pr1[0] + pr1[1] * pr1[1] + pr1[2] * pr1[2]);
float mag2 = std::sqrt(pr2[0] * pr2[0] + pr2[1] * pr2[1] + pr2[2] * pr2[2]);
float cphi = cdot / (mag1 * mag2);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would suggest using RecoDecay methods

@victor-gonzalez victor-gonzalez enabled auto-merge (squash) November 14, 2025 20:46
@victor-gonzalez victor-gonzalez merged commit fe4c212 into AliceO2Group:master Nov 16, 2025
14 checks passed
@yashpatley yashpatley deleted the lambda-r2-corr branch November 20, 2025 15:13
lmattei01 pushed a commit to lmattei01/O2Physics that referenced this pull request Dec 5, 2025
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.

2 participants