-
Notifications
You must be signed in to change notification settings - Fork 613
[PWGHF] Fix: save ZorroSummary in task output #14012
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: ❌ 1 errors, |
|
Error while checking build/O2Physics/o2 for a05b020 at 2025-11-28 04:09: Full log here. |
Hi @fcatalan92 indeed, in the past I was looking for a solution different from defining the |
Thanks, indeed I do not have a better solution for the moment. I will have a look and update the code in case I find something cleaner. |

@stefanopolitano @zhangbiao-phy @fgrosa I noticed that the zorro summary was not saved in the AnalysisResults.root files, I guess because the
OutputObjneeds to be defined in the actual task and it is not enough to have it inutilsEvSelHf.h. With this fix it works correctly.