[PWGLF] MC matching for kinkBuilder + SP process function for L1405#16484
Draft
Marcellocosti wants to merge 6 commits into
Draft
[PWGLF] MC matching for kinkBuilder + SP process function for L1405#16484Marcellocosti wants to merge 6 commits into
Marcellocosti wants to merge 6 commits into
Conversation
|
O2 linter results: ❌ 24 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
Comment on lines
-177
to
+388
| if (candidate.itsNCls() < cutNITSClusPi) { | ||
| if (std::abs(std::abs(candidate.eta()) > cutEtaDaught)) { |
vkucera
reviewed
Jun 2, 2026
Comment on lines
+345
to
+346
| funcMinQtAlphaAP = new TF1("funcMinQtAlphaAP", Form("%s", cutSigmaQtAPMin.value.data()), -1, 1); | ||
| LOGF(info, "funcMinQtAlphaAP: %s", Form("%s", cutSigmaQtAPMin.value.data())); |
Collaborator
There was a problem hiding this comment.
Don't allocate memory dynamically, if you cannot handle it properly.
Collaborator
|
You are adding plenty of magic numbers. Don't. |
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