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
Definition: DummyVertexSmoother.h:11
CachingVertex
Definition: CachingVertex.h:22
DummyVertexSmoother::smooth
CachingVertex< N > smooth(const CachingVertex< N > &) const override
Definition: DummyVertexSmoother.cc:4
bphysicsOniaDQM_cfi.vertex
vertex
Definition: bphysicsOniaDQM_cfi.py:7
DummyVertexSmoother.h
DummyVertexSmoother::clone
DummyVertexSmoother * clone() const override
Definition: DummyVertexSmoother.cc:9