CMS 3D CMS Logo

DummyTrackToTrackCovCalculator.h
Go to the documentation of this file.
1 #ifndef DummyTrackToTrackCovCalculator_H
2 #define DummyTrackToTrackCovCalculator_H
3 
5 
11 template <unsigned int N>
13 
14 public:
15 
16  typename CachingVertex<N>::TrackToTrackMap operator() (const CachingVertex<N> &) const override;
17  DummyTrackToTrackCovCalculator * clone() const override;
18 
19 };
20 
21 #endif
DummyTrackToTrackCovCalculator * clone() const override
CachingVertex< N >::TrackToTrackMap operator()(const CachingVertex< N > &) const override
std::map< RefCountedVertexTrack, TrackMap > TrackToTrackMap
Definition: CachingVertex.h:33