CMS 3D CMS Logo

DummyVertexSmoother.cc
Go to the documentation of this file.
2 
3 template <unsigned int N>
5  return vertex;
6 }
7 
8 template <unsigned int N>
10  return new DummyVertexSmoother(*this);
11 }
12 
13 template class DummyVertexSmoother<5>;
14 template class DummyVertexSmoother<6>;
DummyVertexSmoother * clone() const override
CachingVertex< N > smooth(const CachingVertex< N > &) const override