-
Notifications
You must be signed in to change notification settings - Fork 528
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
[PWGHF] Added info for efficiency computation in PbPb for D+ #9142
base: master
Are you sure you want to change the base?
Conversation
…or nonprompt candidates
Please consider the following formatting changes to AliceO2Group#9142
Please consider the following formatting changes to AliceO2Group#9142
Thank you @vkucera for the suggestions, I have however some curiosities for the future. Thank you in advance! |
Error while checking build/O2Physics/o2 for e9bddd3 at 2024-12-30 16:04:
Full log here. |
AxisSpec thnAxisY = {thnConfigAxisY, "y"}; | ||
AxisSpec thnAxisMlScore0 = {thnConfigAxisMlScore0, "Score 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.
Please
- fix the names of the axes
ptbins
,massbins
, - fix the casting
(std::vector<double>)binsPt
tostatic_cast<std::vector<double>>(binsPt)
.
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.
Done!
The following axes have been added to the existing
THnSparse
s present intaskDplus.cxx
:Plus, a dedicated sparse histogram for the information on the generated D+ candidates is added.