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
CachingVertex
Definition: CachingVertex.h:22
ReferenceCountingPointer
Definition: ReferenceCounted.h:60
findQualityFiles.v
v
Definition: findQualityFiles.py:179
CachingVertex.h
VertexTrackUpdator
Definition: VertexTrackUpdator.h:12
VertexTrackUpdator::~VertexTrackUpdator
virtual ~VertexTrackUpdator()
Definition: VertexTrackUpdator.h:21
VertexTrackUpdator::update
virtual CachingVertex< N >::RefCountedVertexTrack update(const CachingVertex< N > &v, typename CachingVertex< N >::RefCountedVertexTrack t) const =0
submitPVValidationJobs.t
string t
Definition: submitPVValidationJobs.py:644
VertexTrackUpdator::clone
virtual VertexTrackUpdator * clone() const =0