CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
TrackToTrackCovCalculator.h
Go to the documentation of this file.
1 #ifndef TrackToTrackCovCalculator_H
2 #define TrackToTrackCovCalculator_H
3 
4 #include <map>
6 
14 template <unsigned int N>
16 public:
19 
20  virtual typename CachingVertex<N>::TrackToTrackMap operator()(const CachingVertex<N> &) const = 0;
21 
22  virtual TrackToTrackCovCalculator *clone() const = 0;
23 };
24 
25 #endif
virtual CachingVertex< N >::TrackToTrackMap operator()(const CachingVertex< N > &) const =0
virtual TrackToTrackCovCalculator * clone() const =0
std::map< RefCountedVertexTrack, TrackMap > TrackToTrackMap
Definition: CachingVertex.h:28