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 public:
14  typename CachingVertex<N>::TrackToTrackMap operator()(const CachingVertex<N> &) const override;
15  DummyTrackToTrackCovCalculator *clone() const override;
16 };
17 
18 #endif
CachingVertex< N >::TrackToTrackMap operator()(const CachingVertex< N > &) const override
DummyTrackToTrackCovCalculator * clone() const override
std::map< RefCountedVertexTrack, TrackMap > TrackToTrackMap
Definition: CachingVertex.h:28