-
Notifications
You must be signed in to change notification settings - Fork 155
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
Fix converter logic for o2-analysis-v0converter in test workflow #1493
Conversation
fyi: Don't worry about the failed "Collect and print async labels" CI for now. |
@jezwilkinson should this be contained in any of the production tags for async reconstruction/anchored MC? It would depend on whether the corresponding O2 developments for the Otherwise, would the worst-case scenario be that the |
Hi @benedikt-voelkel , |
I see, the converter relies on the presence to convert The default version of I would assume that it Is from then onwards that your fix makes sense, right? |
Exactly, the v0-converter consumes V0s_001 and produced V0s_002: https://github.com/AliceO2Group/O2Physics/blob/master/Common/TableProducer/v0converter.cxx and did not exist prior to the _002 version being introduced
I would think so, but then the other change related to the "ft0corrected" table is probably more related to O2Physics versions than to AliceO2 |
To get back to this @jezwilkinson |
It might be we only use it for the local testing. So I cannot really comment. If there we no issues reported up to now, I would guess not. |
Thanks @jezwilkinson and @wiechula for your feedback. So for now, I removed the label. As long as people use the daily builds (for testing), everything should be fine either way. |
Since o2-analysis-v0converter produces the v0_002 table, it should be checking for that and not O2v0_001 to decide whether to run the converter