-
Notifications
You must be signed in to change notification settings - Fork 628
[PWGLF] Add centrality info, fix minor issues #9025
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Initial commit of KF Hypernuclei task
Please consider the following formatting changes to AliceO2Group#8612
|
Hi @mhartung71 please fix the conflicts |
|
Hi @njacazio, the confilcts are now resolved |
vkucera
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mhartung71 Thanks a lot for addressing the O2 linter warnings. Please see my comments below.
| struct hypKfRecoTask { | ||
| struct hypKfRecoTask { // o2-linter: disable=[name/workflow-file][name/struct] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the reason to disable the tests here?
| }; // class hyperNucCandidate | ||
| KFParticle getDaughterTrackKfp(int track) | ||
| { | ||
| return kfpDaughters.at(track + isCascade() ? 1 : 0); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a bug reported as a compilation error. Please fix it asap.
|
Dear Vit,
I have just committed a bug fix.
Best regards, Michael
Am Mittwoch, dem 18.12.2024 um 11:16 -0800 schrieb Vít Kučera:
… @vkucera commented on this pull request.
@mhartung71 Thanks a lot for addressing the O2 linter warnings.
Please see my comments below.
In PWGLF/TableProducer/Nuspex/hypKfRecoTask.cxx:
> -struct hypKfRecoTask {
+struct hypKfRecoTask { // o2-linter: disable=[name/workflow-
file][name/struct]
What is the reason to disable the tests here?
In PWGLF/TableProducer/Nuspex/hypKfRecoTask.cxx:
> @@ -369,32 +348,46 @@ struct hyperNucCandidate {
subDaughter.TransportToDecayVertex();
return subDaughter.GetMass();
}
-}; // class hyperNucCandidate
+ KFParticle getDaughterTrackKfp(int track)
+ {
+ return kfpDaughters.at(track + isCascade() ? 1 : 0);
This is a bug reported as a compilation error. Please fix it asap.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
|
Thanks @mhartung71 |
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
No description provided.