-
Notifications
You must be signed in to change notification settings - Fork 566
[PWGHF] Add KFParticle Quality Assurance in XicToXiPi candidate creator #10972
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
O2 linter results: ❌ 9 errors, |
Hi @Rrantu , such a huge PR deserves some comments.
|
Hi @vkucera , I'm trying to check the resolution of the particles reconstructed using the KFParticle method. For this, I need the information saved in runXic0Omegac0Creator function, Therefore, I’ve added a new tree within the runXic0Omegac0Creator function to store these variables. |
hi @Rrantu, Thanks for the implementation! I have a few comments. See the review |
Hi @Rrantu, Thanks! Please fix the O2 linter issues next time! |
Error while checking build/O2Physics/o2 for 3268c45 at 2025-04-25 16:23:
Full log here. |
registry.add("hV0DauPosXPullVsPt", "x_{PULL} vs. p_{T}", HistType::kTH2D, {{20, 0., 20.}, {4000, -20., 20.}}); | ||
registry.add("hV0DauPosYPullVsPt", "y_{PULL} vs. p_{T}", HistType::kTH2D, {{20, 0., 20.}, {4000, -20., 20.}}); | ||
registry.add("hV0DauPosZPullVsPt", "z_{PULL} vs. p_{T}", HistType::kTH2D, {{20, 0., 20.}, {4000, -20., 20.}}); |
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.
That's a lot of bins. Please evaluate the extra RAM consumption when running.
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.
Thanks for the feedback. I have reduced the number of bins.
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.
Let's see if it runs fine, but please check the extra memory consumption. It's still a lot of bins.
Co-authored-by: Vít Kučera <[email protected]>
…hannel template paramete
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.
It is OK for me, once the comments of @vkucera are also resolved it can be merged
Evaluate the resolution of the particles reconstructed using the KFParticle method.