Skip to content

[PWGLF] Omega2012: Update algorithm and apply latest selections#16747

Merged
BongHwi merged 1 commit into
AliceO2Group:masterfrom
BongHwi:Reso-omega-update-v1
Jun 21, 2026
Merged

[PWGLF] Omega2012: Update algorithm and apply latest selections#16747
BongHwi merged 1 commit into
AliceO2Group:masterfrom
BongHwi:Reso-omega-update-v1

Conversation

@BongHwi

@BongHwi BongHwi commented Jun 19, 2026

Copy link
Copy Markdown
Collaborator

Still remains with hard-coded PDG codes, but it will be removed once we update the constant tables.

@github-actions

Copy link
Copy Markdown

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

@BongHwi BongHwi enabled auto-merge (squash) June 20, 2026 13:13
@BongHwi

BongHwi commented Jun 20, 2026

Copy link
Copy Markdown
Collaborator Author

Could you approve this PR? @prottayCMT @dmallick2

@BongHwi BongHwi merged commit 0afeda3 into AliceO2Group:master Jun 21, 2026
12 of 13 checks passed
@BongHwi BongHwi deleted the Reso-omega-update-v1 branch June 21, 2026 00:57
template <typename CandidateT>
struct SelectedXiCandidate {
CandidateT candidate;
std::array<int, 3> daughterIds;

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

daughterIds is uninitialised.

template <typename CandidateT>
struct SelectedK0sCandidate {
CandidateT candidate;
std::array<int, 2> daughterIds;

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

daughterIds is uninitialised.

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.

3 participants