CMS 3D CMS Logo

DummyTrackToTrackCovCalculator.cc
Go to the documentation of this file.
2 
3 template <unsigned int N>
5  const CachingVertex<N> &) const {
6  return typename CachingVertex<N>::TrackToTrackMap();
7 }
8 
9 template <unsigned int N>
11  return new DummyTrackToTrackCovCalculator(*this);
12 }
13 
CachingVertex< N >::TrackToTrackMap operator()(const CachingVertex< N > &) const override
DummyTrackToTrackCovCalculator * clone() const override
std::map< RefCountedVertexTrack, TrackMap > TrackToTrackMap
Definition: CachingVertex.h:28