-
Notifications
You must be signed in to change notification settings - Fork 613
[PWGHF] Refactor data creator for HF correlations #12989
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
Conversation
3e91cad to
9295187
Compare
|
O2 linter results: ❌ 0 errors, |
[PWGHF] Please consider the following formatting changes to AliceO2Group#12989
[PWGHF] Please consider the following formatting changes to AliceO2Group#12989
4d4f476 to
bd9b294
Compare
[PWGHF] Please consider the following formatting changes to AliceO2Group#12989
[PWGHF] Please consider the following formatting changes to AliceO2Group#12989
|
Error while checking build/O2Physics/o2 for 550c7ee at 2025-09-18 01:10: Full log here. |
|
Converted to draft because of compilation errors. |
[PWGHF] Please consider the following formatting changes to AliceO2Group#12989
[PWGHF] Please consider the following formatting changes to AliceO2Group#12989
stefanopolitano
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 @Marcellocosti ! Thanks a lot for implementing the code with the suggestions we discussed offline. For me this version is fine and we can proceed
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
Tests on hy with the current code produce very large outputs due to the large track multiplicity in OO collisions, especially for the D0 and D+ mesons. Therefore, in this PR, the data model is reshaped: separate process functions are implemented for the creation of Same Event and Mixed Event derived datasets, introducing pt- and centrality dependent down sample factors to handle the event mixing output size and the case of hadron-hadron correlations. This implementation also allows to get rid of the index columns in the output, as daughter-candidate pairs are rejected online.
Tagging @stefanopolitano, @scattaru, @wuctlby.