#include <RecoVertex/VertexTools/interface/DummyVertexSmoother.h>
Public Member Functions | |
DummyVertexSmoother * | clone () const |
Clone method. | |
CachingVertex< N > | smooth (const CachingVertex< N > &) const |
Smoothing method. |
Input = Output.
Definition at line 11 of file DummyVertexSmoother.h.
DummyVertexSmoother< N > * DummyVertexSmoother< N >::clone | ( | ) | const [inline, virtual] |
Clone method.
Implements VertexSmoother< N >.
Definition at line 10 of file DummyVertexSmoother.cc.
00011 { 00012 return new DummyVertexSmoother ( * this ); 00013 }
CachingVertex< N > DummyVertexSmoother< N >::smooth | ( | const CachingVertex< N > & | vertex | ) | const [inline, virtual] |
Smoothing method.
Implements VertexSmoother< N >.
Definition at line 4 of file DummyVertexSmoother.cc.