CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DummyVertexSmoother.cc
Go to the documentation of this file.
2 
3 template <unsigned int N>
5 {
6  return vertex;
7 }
8 
9 template <unsigned int N>
11 {
12  return new DummyVertexSmoother ( * this );
13 }
14 
15 template class DummyVertexSmoother<5>;
16 template class DummyVertexSmoother<6>;
DummyVertexSmoother * clone() const
CachingVertex< N > smooth(const CachingVertex< N > &) const