CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/RecoVertex/VertexTools/interface/DummyVertexTrackUpdator.h

Go to the documentation of this file.
00001 #ifndef _DummyVertexTrackUpdator_H_
00002 #define _DummyVertexTrackUpdator_H_
00003 
00004 #include "RecoVertex/VertexPrimitives/interface/VertexTrackUpdator.h"
00005 
00011 template <unsigned int N>
00012 class DummyVertexTrackUpdator : public VertexTrackUpdator<N> {
00013 
00014 public:
00015 
00019   virtual typename CachingVertex<N>::RefCountedVertexTrack
00020         update(const CachingVertex<N> & v, 
00021         typename CachingVertex<N>::RefCountedVertexTrack t) const;
00022   virtual DummyVertexTrackUpdator * clone() const;
00023 
00024 };
00025 
00026 #endif