[PWGHF] Remove unsafe reserve in charm FemtoDream producers#16637
Conversation
|
O2 linter results: ❌ 0 errors, |
alibuild
left a comment
There was a problem hiding this comment.
Auto-approving on behalf of @zhangbiao-phy.
|
Hi @zhangbiao-phy , can you please briefly describe in the PR description the problem that this is solving? |
Hi @vkucera, This PR fixes a runtime fatal error triggered by the stricter In these FemtoDream charm producers, the reconstructed charm candidate outputs were reserved with
Since the candidate range size is not a reliable upper bound for the number of rows filled in these tasks, this PR removes the unsafe |
EDIT by @vkucera : Mitigates fatal caused by AliceO2Group/AliceO2#15450