Skip to content

Conversation

@Luca610
Copy link
Contributor

@Luca610 Luca610 commented Jun 2, 2025

This PR refactors the dataCreatorCharmResoReduced workflow adding the following features:

  • posisbility to create resonances that decay into a D0 + track or V0
  • possibility to create simultaneously resonances with a V0 or a track in their final state to produce derived data to be stored on grid
  • minor: added generated invariant mass to MC reco table for resolution determination

A refactor of MC matching functions will follow soon after the merge of PRs #11382 and #11418

@github-actions
Copy link

github-actions bot commented Jun 2, 2025

O2 linter results: ❌ 0 errors, ⚠️ 0 warnings, 🔕 33 disabled

@github-actions github-actions bot changed the title Refactor of charm resonances derived data creator [PWGHF] Refactor of charm resonances derived data creator Jun 2, 2025
Please consider the following formatting changes to AliceO2Group#11447
Copy link
Collaborator

@fgrosa fgrosa left a 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

@Luca610
Copy link
Contributor Author

Luca610 commented Jun 3, 2025

Hi @fgrosa,
Thank you very much for your comments! I implemented them in the latest commit

Please consider the following formatting changes to AliceO2Group#11447
@Luca610 Luca610 marked this pull request as ready for review June 3, 2025 16:20
@fgrosa fgrosa enabled auto-merge (squash) June 3, 2025 16:32
@fgrosa fgrosa merged commit 1b27145 into AliceO2Group:master Jun 3, 2025
13 checks passed
@Luca610 Luca610 deleted the data_creator_refactor branch June 4, 2025 09:34
jinhyunni pushed a commit to jinhyunni/O2Physics that referenced this pull request Jun 11, 2025
hernasab pushed a commit to hernasab/O2Physics that referenced this pull request Jun 11, 2025
EmilGorm pushed a commit to EmilGorm/O2Physics that referenced this pull request Jun 12, 2025
prottayCMT pushed a commit to prottayCMT/O2Physics2024 that referenced this pull request Jun 12, 2025
ddobrigk pushed a commit to ddobrigk/O2Physics that referenced this pull request Jun 14, 2025
smaff92 pushed a commit to smaff92/O2Physics that referenced this pull request Jun 17, 2025
Comment on lines -395 to 458
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];
Copy link
Collaborator

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.

ddobrigk pushed a commit to ddobrigk/O2Physics that referenced this pull request Jul 16, 2025
alibuild added a commit to alibuild/O2Physics that referenced this pull request Aug 11, 2025
jloemker pushed a commit to jloemker/O2Physics that referenced this pull request Nov 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

4 participants