Uh oh!
There was an error while loading. Please reload this page.
[PWGHF] Refactor of charm resonances derived data creator - #11447
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.
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Luca610
commented
Jun 3, 2025
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.
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