Skip to content

[PWGCF] Add additional V0 cuts, clean up redundant method#16019

Merged
wenyaCern merged 4 commits intoAliceO2Group:masterfrom
EmilGorm:newV0cuts
May 1, 2026
Merged

[PWGCF] Add additional V0 cuts, clean up redundant method#16019
wenyaCern merged 4 commits intoAliceO2Group:masterfrom
EmilGorm:newV0cuts

Conversation

@EmilGorm
Copy link
Copy Markdown
Contributor

  • Add Armenteros-Podolanski cut to V0 reconstruction

  • Add competing mass rejection cut to V0 reconstruction

  • Switch rows and cols in V0 configurables for more navigable hyperloop

  • Add division by zero guard in pi,K,p measurements

  • Remove redundant method for filling event-by-event spectra

@github-actions github-actions Bot added the pwgcf label Apr 29, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 29, 2026

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

@github-actions github-actions Bot changed the title Add additional V0 cuts, clean up redundant method [PWGCF] Add additional V0 cuts, clean up redundant method Apr 29, 2026
@EmilGorm EmilGorm marked this pull request as ready for review April 29, 2026 12:45
AxisSpec axisK0Mass = {resoSwitchVals[K0][kMassBins], resoCutVals[K0][kMassMin], resoCutVals[K0][kMassMax]};
AxisSpec axisLambdaMass = {resoSwitchVals[LAMBDA][kMassBins], resoCutVals[LAMBDA][kMassMin], resoCutVals[LAMBDA][kMassMax]};
AxisSpec axisK0Mass = {resoSwitchVals[kMassBins][K0], resoCutVals[kMassMin][K0], resoCutVals[kMassMax][K0]};
AxisSpec axisLambdaMass = {resoSwitchVals[kMassBins][LAMBDA], resoCutVals[kMassMin][LAMBDA], resoCutVals[kMassMax][LAMBDA]};
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.

Can we use "k + PascalCase" format to replace "LAMBDA"?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Yes, I will apply this in the next iteration. Thank you.

@wenyaCern wenyaCern merged commit 09e68ba into AliceO2Group:master May 1, 2026
12 of 13 checks passed
@EmilGorm EmilGorm deleted the newV0cuts branch May 1, 2026 08:29
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.

2 participants