Skip to content

Conversation

@mfaggin
Copy link
Collaborator

@mfaggin mfaggin commented Sep 1, 2025

The value of candSc.hfflag() corresponds to the one of the daughter Lambdac. By mistake, when matching the reco. Sc candidate to MC the decay channels of Sc signals were checked in this bitmap, even if obviously absent. This was a refuse inherited from the MC matching done in other codes (i.e. candidateCreator3Prong).
This check is actually harmless since BIT(aod::hf_cand_sigmac::DecayType::ScplusplusToPKPiPi) is equal to 1, which by chance is the value of BIT(aod::hf_cand_3prong::DecayType::LcToPKPi) which is the Lc->pKpi related bit always switched-on in the bitmap from the candidateCreatorSc. A quick test offline confirms that using this check or not does not change the result.
Removing it to avoid further confusion.

@mfaggin
Copy link
Collaborator Author

mfaggin commented Sep 1, 2025

@Mingyu3360715

@github-actions
Copy link

github-actions bot commented Sep 1, 2025

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

@mfaggin mfaggin enabled auto-merge (squash) September 1, 2025 12:20
Copy link
Collaborator

@alibuild alibuild left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approving on behalf of @mfaggin.

@mfaggin mfaggin merged commit 0042403 into AliceO2Group:master Sep 1, 2025
15 checks passed
jinhyunni pushed a commit to jinhyunni/O2Physics that referenced this pull request Oct 11, 2025
ThePhDane pushed a commit to ThePhDane/O2Physics that referenced this pull request Nov 3, 2025
jloemker pushed a commit to jloemker/O2Physics that referenced this pull request Nov 11, 2025
alibuild pushed a commit to alibuild/O2Physics that referenced this pull request Dec 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pwghf PWG-HF

Development

Successfully merging this pull request may close these issues.

2 participants