CMS 3D CMS Logo

VertexTrackUpdator.h
Go to the documentation of this file.
1 #ifndef _VertexTrackUpdator_H_
2 #define _VertexTrackUpdator_H_
3 
5 
11 template <unsigned int N>
13 public:
18  const CachingVertex<N>& v, typename CachingVertex<N>::RefCountedVertexTrack t) const = 0;
19 
20  virtual VertexTrackUpdator* clone() const = 0;
21  virtual ~VertexTrackUpdator(){};
22 };
23 
24 #endif
virtual CachingVertex< N >::RefCountedVertexTrack update(const CachingVertex< N > &v, typename CachingVertex< N >::RefCountedVertexTrack t) const =0
virtual VertexTrackUpdator * clone() const =0