eflowRec: Fix use of invalid iterators.
annihilateCluster was looping though a vector, erasing each element in turn, in order to clear the vector. Not only is this ineffient, it ends up using invalid iterators. This was causing a crash with gcc15. Just change to using clear().
Merge request reports
Activity
r24 backport of !76701 (merged)
added sweep:ignore label
added 24.0 JetEtmiss Reconstruction review-pending-level-1 labels
✅ CI Result SUCCESS (hash ce627cf4)Athena externals ✅ cmake ✅ make ✅ tests ✅ Full details available on this CI monitor view. Check the JIRA CI status board for known problems
✅ Athena: number of compilation errors 0, warnings 0
📝 For experts only: Jenkins output (remote access info)removed review-pending-level-1 label
added review-approved label
added review-approved-tier0 label
mentioned in commit caa8dd0f
mentioned in merge request !76777 (merged)