CMS 3D CMS Logo

DummyVertexSmoother< N > Class Template Reference

A dummy vertex smoother. More...

#include <RecoVertex/VertexTools/interface/DummyVertexSmoother.h>

Inheritance diagram for DummyVertexSmoother< N >:

VertexSmoother< N >

List of all members.

Public Member Functions

DummyVertexSmootherclone () const
 Clone method.
CachingVertex< N > smooth (const CachingVertex< N > &) const
 Smoothing method.


Detailed Description

template<unsigned int N>
class DummyVertexSmoother< N >

A dummy vertex smoother.

Input = Output.

Definition at line 11 of file DummyVertexSmoother.h.


Member Function Documentation

template<unsigned int N>
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 }

template<unsigned int N>
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.

00005 {
00006   return vertex;
00007 }


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:19:13 2009 for CMSSW by  doxygen 1.5.4