[PWGDQ] Fill q-vector tables for all PbPb process functions in tableMaker_withAssoc#15741
Merged
lucamicheletti93 merged 6 commits intoApr 29, 2026
Conversation
|
O2 linter results: ❌ 109 errors, |
Ankyyadav
added a commit
to Ankyyadav/O2Physics
that referenced
this pull request
Apr 13, 2026
Please consider the following formatting changes to AliceO2Group#15741
Ankyyadav
added a commit
to Ankyyadav/O2Physics
that referenced
this pull request
Apr 13, 2026
Please consider the following formatting changes to AliceO2Group#15741
Ankyyadav
force-pushed
the
QvectorANDFT0CcumulantsInMakerAssoc
branch
from
April 13, 2026 16:04
3d99fa1 to
1ca705c
Compare
Ankyyadav
added a commit
to Ankyyadav/O2Physics
that referenced
this pull request
Apr 13, 2026
Please consider the following formatting changes to AliceO2Group#15741
Ankyyadav
force-pushed
the
QvectorANDFT0CcumulantsInMakerAssoc
branch
from
April 14, 2026 08:51
7342e54 to
4ee4ed2
Compare
Ankyyadav
marked this pull request as ready for review
April 16, 2026 12:14
Ankyyadav
requested review from
alibuild,
iarsene and
mcoquet642
as code owners
April 16, 2026 12:14
Contributor
|
Dear @Ankyyadav , thanks for the PR! I think that for the moment you can remove the part for the cumulants. We need more test on the memory and on the consistency of the results. My suggestion is to just add the process function to include the filling of the q-vecotor tables when you use central barre j/psi. |
Ankyyadav
force-pushed
the
QvectorANDFT0CcumulantsInMakerAssoc
branch
from
April 19, 2026 18:59
c08efdd to
de94171
Compare
…on to fill Qvector tables for Dielectrons. Fill RefFlow and QvectorExtra table with FT0C cumulants if the cfgFT0CCumulant is true.
…cessPbPbWithFilterBarrelOnly). Added a configurable for Qvector calibration path. The tables shall only be filled if the calibrations are available
…hAssoc. Just use a bool configurable to check if they exist
… and implemented it in dqFlow which still has the cumulant calculation for froward rapidity using GFW to keep all cumulant calculations in one place. New process function in dqFlow for FT0C cumulant
Ankyyadav
force-pushed
the
QvectorANDFT0CcumulantsInMakerAssoc
branch
from
April 28, 2026 09:39
de94171 to
2b8585b
Compare
lucamicheletti93
approved these changes
Apr 29, 2026
lucamicheletti93
enabled auto-merge (squash)
April 29, 2026 15:04
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.
Q-vector tables are to be filled in tableMaker_withAssoc now rather than using dqFlow to save memory. For all PbPb barrel processes, q-vector tables are filled now except for processPbPbWithFilterBarrelOnly. Added a cofigurable to check if q-vector calibrations exist.
For flow analysis using 2 particle correlations at midrapidity, one needs the RefFlow table filled with sum of squares of amplitude from FT0C. These are now filled in dqFlow. Switched to using a Produces group for all q-vector related tables