9#ifndef TRKEVENTUTILS_PRIMARYVERTEXSELECTOR_H
10#define TRKEVENTUTILS_PRIMARYVERTEXSELECTOR_H
26 for (
size_t ivtx = 0; vxIter != vxIterEnd; ++vxIter, ++ivtx ){
29 primaryVxCandidate = (*vxIter);
34 return primaryVxCandidate;
const Trk::VxCandidate * PrimaryVertexSelector(const VxContainer &vxContainer)
Simple Global Function to wrap around the VxCandidate container.
DataModel_detail::const_iterator< DataVector > const_iterator
const_iterator end() const noexcept
Return a const_iterator pointing past the end of the collection.
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.