[PWGLF] MC matching for kinkBuilder + SP process function for L1405#16484
Open
Marcellocosti wants to merge 12 commits into
Open
[PWGLF] MC matching for kinkBuilder + SP process function for L1405#16484Marcellocosti wants to merge 12 commits into
Marcellocosti wants to merge 12 commits into
Conversation
|
O2 linter results: ❌ 9 errors, |
Marcellocosti
added a commit
to Marcellocosti/O2Physics
that referenced
this pull request
Jun 1, 2026
[PWGLF] Please consider the following formatting changes to AliceO2Group#16484
[PWGLF] Please consider the following formatting changes to AliceO2Group#16484
Collaborator
|
Error while checking build/O2Physics/staging for 0ca9223 at 2026-06-02 08:00: Full log here. |
Collaborator
|
Error while checking build/O2Physics/o2 for 0ca9223 at 2026-06-02 09:42: Full log here. |
vkucera
reviewed
Jun 2, 2026
vkucera
reviewed
Jun 2, 2026
Collaborator
|
You are adding plenty of magic numbers. Don't. |
[PWGLF] Please consider the following formatting changes to AliceO2Group#16484
Contributor
Author
|
Thanks for your review @vkucera, I implemented your comments and fixed most of the warnings, which were although already present in the code |
vkucera
reviewed
Jun 3, 2026
Comment on lines
+68
to
+71
| enum KinkDecayType { kSigmaMinusToPiMinusNeutron = 0, | ||
| kSigmaPlusToPiPlusNeutron, | ||
| kSigmaPlusToProtonPi0, | ||
| kNMatchedDecays }; |
Collaborator
There was a problem hiding this comment.
These are compile-time constants. Don't use the k prefix.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tagging @fmazzasc, @stefanopolitano