18 {
return TrackPointIterator(*
track, 0U); }
25 proxy::Track proxy::Tracks::getProxyAt(std::size_t index)
const {
27 return { Base_t::getMainAt(index), hitsPerTrack[index] };
const_iterator begin() const
Class for track proxy elements.
Offers proxy::Tracks and proxy::Track class for recob::Track access.
const_iterator end() const
size_t NPoints() const
Various functions related to the presence and the number of (valid) points.
track_proxy_t const * track
recob::Track const & track() const
Returns the pointed track.