[PWGJE] Fix DECLARE SOA INDEX - #17550
Conversation
|
O2 linter results: ❌ 1 errors, |
|
Error while checking build/O2Physics/o2 for 6229370 at 2026-08-21 17:59: Full log here. |
| } | ||
|
|
||
| template <typename TrackT> | ||
| [[nodiscard]] bool hasITSLayerHit(TrackT const& track, int layer) const |
There was a problem hiding this comment.
this was already fixed here wasnt it?
https://github.com/AliceO2Group/O2Physics/pull/17505/changes
Not sure why its showing up agains as a change. @vkucera do you know?
There was a problem hiding this comment.
Because the PR branch does not contain the other previously merged PR. I would suggest to rebase on top of the latest upstream master.
Head branch was pushed to by a user without write access
6229370 to
e163062
Compare
|
Error while checking build/O2Physics/o2 for e163062 at 2026-08-21 19:46: Full log here. |
| namespace qgmlconst | ||
| { | ||
| DECLARE_SOA_INDEX_COLUMN(QGMLJet, qGMLJet); | ||
| DECLARE_SOA_INDEX_COLUMN(QGMLJET, qGMLJet); |
There was a problem hiding this comment.
What are you trying to fix?
There was a problem hiding this comment.
When I try to run on the Hyperloop I get the error: Index on O2qgmljet but no tree found
There was a problem hiding this comment.
This is not going to fix it. You need the name of the iterator here which was correct. Your change does not even compile which is the minimum to test before you even commit your changes locally. Your problem on Hyperloop is caused by something else. Maybe you don't save the referenced table in the output which makes the merging step fail.
|
Error while checking build/O2Physics/code-check for e163062 at 2026-08-21 20:04: Full log here. |
|
Error while checking build/O2Physics/staging for e163062 at 2026-08-21 20:08: Full log here. |
No description provided.