CMS 3D CMS Logo

DummyVertexTrackUpdator.cc
Go to the documentation of this file.
2 
3 template <unsigned int N>
6  return t;
7 }
8 
9 template <unsigned int N>
11  return new DummyVertexTrackUpdator(*this);
12 }
13 
14 template class DummyVertexTrackUpdator<5>;
15 template class DummyVertexTrackUpdator<6>;
DummyVertexTrackUpdator * clone() const override
CachingVertex< N >::RefCountedVertexTrack update(const CachingVertex< N > &v, typename CachingVertex< N >::RefCountedVertexTrack t) const override