CMS 3D CMS Logo

DummyVertexTrackUpdator.h
Go to the documentation of this file.
1 #ifndef _DummyVertexTrackUpdator_H_
2 #define _DummyVertexTrackUpdator_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 override;
22  DummyVertexTrackUpdator * clone() const override;
23 
24 };
25 
26 #endif
DummyVertexTrackUpdator * clone() const override
CachingVertex< N >::RefCountedVertexTrack update(const CachingVertex< N > &v, typename CachingVertex< N >::RefCountedVertexTrack t) const override