PWGCF: Add two-particle azimuthal correlation analysis task#15366
Closed
mintu1999 wants to merge 2 commits intoAliceO2Group:masterfrom
Closed
PWGCF: Add two-particle azimuthal correlation analysis task#15366mintu1999 wants to merge 2 commits intoAliceO2Group:masterfrom
mintu1999 wants to merge 2 commits intoAliceO2Group:masterfrom
Conversation
Collaborator
|
@mintu1999 Please read carefully the contribution instructions and follow them before you make a PR. |
Author
|
@vkucera Okay , Thank you. |
Contributor
|
@mintu1999 This seems to be mostly a copy of correlations.cxx and from your description it does the same thing? Why do we need a new task? |
jgrosseo
reviewed
Mar 12, 2026
| }; | ||
|
|
||
| // mixBuffer[zBin] is a deque of previous events; each event is a vector<SimpleTrack> | ||
| std::vector<std::deque<std::vector<SimpleTrack>>> mixBuffer; |
Contributor
There was a problem hiding this comment.
This is forbidden. One needs to use the O2 mixing framework
Contributor
|
@victor-gonzalez Just to put you in the loop... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I would like to request you kindly review a new analysis task for studying two-particle azimuthal correlations within the PWGCF framework. The task calculates two-particle correlations in azimuthal angle (Δφ) between trigger and associated charged particles. The analysis is designed to investigate near-side and away-side yields. Two-particle azimuthal correlations are a powerful tool to study particle production mechanisms, jet-like correlations, and jet quenching effects in pp and O-O collisions.