Skip to content

[PWGCF] add MC process and fix bug in cpr - #17309

Open
blacwovie wants to merge 2 commits into
AliceO2Group:masterfrom
blacwovie:master
Open

[PWGCF] add MC process and fix bug in cpr#17309
blacwovie wants to merge 2 commits into
AliceO2Group:masterfrom
blacwovie:master

Conversation

@blacwovie

Copy link
Copy Markdown
Contributor

For now SE and ME have the same event selection and both go through Zorro, and Zorro will actually working now. CPR works in SE and ME.

@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown

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

@github-actions github-actions Bot changed the title add MC process and fix bug in cpr [PWGCF] add MC process and fix bug in cpr Aug 4, 2026
@blacwovie
blacwovie marked this pull request as ready for review August 4, 2026 05:07
Comment on lines +1883 to +1884
const std::array<float, 3> momentumNuMC{particleNu.px(), particleNu.py(), particleNu.pz()};
const std::array<float, 3> momentumHadMC{particleHad.px(), particleHad.py(), particleHad.pz()};

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Why don't you use pVector()?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants