CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
KalmanTrackToTrackCovCalculator.h
Go to the documentation of this file.
1 #ifndef KalmanTrackToTrackCovCalculator_H
2 #define KalmanTrackToTrackCovCalculator_H
3 
6 
12 template <unsigned int N>
14 {
15 
16 public:
17 
19 
21 
29  typename CachingVertex<N>::TrackToTrackMap operator() (const CachingVertex<N> & vertex) const;
30 
32  {
33  return new KalmanTrackToTrackCovCalculator(* this);
34  }
35 
36 };
37 
38 
39 #endif
CachingVertex< N >::TrackToTrackMap operator()(const CachingVertex< N > &vertex) const
KalmanTrackToTrackCovCalculator * clone() const
std::map< RefCountedVertexTrack, TrackMap > TrackToTrackMap
Definition: CachingVertex.h:33
CachingVertex< N >::RefCountedVertexTrack RefCountedVertexTrack