[PWGLF,PWGMM] Add generator-level vs reco-level flattenicity task - #17353
[PWGLF,PWGMM] Add generator-level vs reco-level flattenicity task#17353PaolaVT wants to merge 10 commits into
Conversation
|
O2 linter results: ❌ 1 errors, |
|
You are supposed to check your changes before opening the PR for review. |
|
Error while checking build/O2Physics/staging for 4c0bee3 at 2026-08-06 17:48: Full log here. |
…r fattenicity task
|
Error while checking build/O2Physics/code-check for c38b9cb at 2026-08-07 05:44: Full log here. |
|
Error while checking build/O2Physics/staging for c38b9cb at 2026-08-07 05:45: Full log here. |
|
Error while checking build/O2Physics/code-check for 33bec9e at 2026-08-07 08:54: Full log here. |
|
Error while checking build/O2Physics/o2 for 33bec9e at 2026-08-07 09:06: Full log here. |
|
Error while checking build/O2Physics/staging for 33bec9e at 2026-08-07 09:37: Full log here. |
|
@PaolaVT Again. You are supposed to check your changes before opening the PR for review. |
|
Error while checking build/O2Physics/code-check for cc48bf1 at 2026-08-08 02:32: Full log here. |
| case 211: // pion | ||
| case 321: // kaon | ||
| case 2212: // proton | ||
| return 1; | ||
| case 11: // electron | ||
| case 13: // muon | ||
| return -1; | ||
| default: | ||
| return 0; |
There was a problem hiding this comment.
Use existing constants and you don't need these comments.
No description provided.