-
Notifications
You must be signed in to change notification settings - Fork 613
[PWGLF] produce derive data #14353
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
base: master
Are you sure you want to change the base?
[PWGLF] produce derive data #14353
Conversation
|
O2 linter results: ❌ 128 errors, |
romainschotter
left a comment
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.
Hi @gengjiabin12 ! Thank you very much for opening this PR!
Could you please provide a bit more context on what you have in mind? From what I can tell, it seems that you would like to produce derived data for a hadron-strange correlation analysis. Any additional details would be very helpful in fully understanding the changes you are proposing.
Thank you in advance!
Hi experts, Tasks process one Dataframe at once and send out their outputs per-Dataframe.It meants that we will lose a large number of mixedevents when using the CombinationsStrictlyUpperIndexPolicy because a DF file only has a few hundred collisions in PbPb collision.So I want to produce a derived data which only contains the data my analysis needs.As it is much smaller than the original AO2D many data frames (DFs) will be merged together. |
|
Hi @gengjiabin12 ! Thank you very much for the additional information. In that case, it might be worth considering using the existing table producer for hadron-strangeness correlation analyses ( Another option (which goes beyond what is currently covered by |
No description provided.