SiSpacePointsSeedTool_xk: Fix iteration over vector.
Fix iteration over vector in SiSpacePointsSeedMaker_LowMomentum::erase and SiSpacePointsSeedMaker_Cosmic::erase. The conversion of std::list to std::vector here rendered the loop over the vector buggy, as the erase now invalidates the iterator. Fixes crashes in q220 and q223.