-
Notifications
You must be signed in to change notification settings - Fork 613
[Common,PWGUD,PWGLF,PWGHF] DPL Analysis: fix for reworked column getters #11731
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: ❌ 173 errors, |
Thanks @aalkin for the clarification. I would keep the PR as a draft then until all commits are pushed. |
|
The amount of changes required is too large for a one-off PR. It will be done in a smaller, manageable steps. |
Due to changes in how the column getters work made in AliceO2Group/AliceO2#14421 the single-valued columns return an rvalue, while fixed- and variable-size array columns return a span. This requires some small changed throughout O2Physics where these kinds of columns are accessed.