-
Notifications
You must be signed in to change notification settings - Fork 615
[PWGCF] Charge Particle Flow #13485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PWGCF] Charge Particle Flow #13485
Conversation
Charged particle flow QA from event plane.
|
O2 linter results: ❌ 1 errors, |
PWGCF/Flow/Tasks/flowEventPlane.cxx
Outdated
| if (!kinCutSelection(track.pt(), std::abs(track.eta()), cTrackMinPt, cTrackMaxPt, cTrackEtaCut)) { | ||
| return false; | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not passing just the track and let the routine do the rest?
PWGCF/Flow/Tasks/flowEventPlane.cxx
Outdated
| histos.fill(HIST("Checks/hPsiSPA"), cent, TMath::ATan2(vSP[kYa], vSP[kXa])); | ||
| histos.fill(HIST("Checks/hPsiSPC"), cent, TMath::ATan2(vSP[kYc], vSP[kXc])); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, fix linter warnings
PWGCF/Flow/Tasks/flowEventPlane.cxx
Outdated
| ux = TMath::Cos(track.phi()); | ||
| uy = TMath::Sin(track.phi()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, fix linter warnings
|
Have this code been compiled and tested locally before creating the PR? |
Updated histogram definitions and filling logic to use TProfile instead of TH3F for certain checks. Adjusted the selection criteria for tracks and modified data processing workflow.
|
Error while checking build/O2Physics/o2 for 56e74b2 at 2025-10-22 12:38: Full log here. |
|
@victor-gonzalez could you please have a look at the error in the PR, I think it's not related to the changes I made in the file, please let me know what to do ? Thanks. |
The error corresponds to a previous commit, 56e74b2, which you fixed in commit b054c29 There are no errors in the PR apart form the |
No description provided.