-
Notifications
You must be signed in to change notification settings - Fork 614
[PWGHF] Refactor of charm resonances derived data creator #11447
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
|
O2 linter results: ❌ 0 errors, |
Please consider the following formatting changes to AliceO2Group#11447
Please consider the following formatting changes to AliceO2Group#11447
Please consider the following formatting changes to AliceO2Group#11447
Please consider the following formatting changes to AliceO2Group#11447
fgrosa
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 @Luca610 many thanks for the developments! I agree to implement in a second PR the matching to the MC based on the central improvements for standard channels, in the meantime I have a few (mostly minor) comments. Once implemented, you can mark the PR as ready for review for me
|
Hi @fgrosa, |
Please consider the following formatting changes to AliceO2Group#11447
…up#11447) Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
…up#11447) Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
…up#11447) Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
…up#11447) Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
…up#11447) Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
…up#11447) Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
| for (int i = 0; i < 3; ++i) { | ||
| for (int i = 0; i < 3; ++i) { // o2-linter: disable=magic-number (loop on xyz) | ||
| candidateV0.mom[i] = candidateV0.momPos[i] + candidateV0.momNeg[i]; |
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.
Fix this by using RecoDecay::pVec.
…up#11447) Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
…up#11447) Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
…up#11447) Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
This PR refactors the dataCreatorCharmResoReduced workflow adding the following features:
A refactor of MC matching functions will follow soon after the merge of PRs #11382 and #11418