CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
14 public:
15 
20  update(const CachingVertex<N> & v,
21  typename CachingVertex<N>::RefCountedVertexTrack t) const = 0;
22 
23  virtual VertexTrackUpdator * clone() const = 0;
24  virtual ~VertexTrackUpdator() {};
25 
26 };
27 
28 #endif
virtual CachingVertex< N >::RefCountedVertexTrack update(const CachingVertex< N > &v, typename CachingVertex< N >::RefCountedVertexTrack t) const =0
virtual VertexTrackUpdator * clone() const =0