CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DummyTrackToTrackCovCalculator.cc
Go to the documentation of this file.
2 
3 
4 template <unsigned int N>
7 {
8  return typename CachingVertex<N>::TrackToTrackMap();
9 }
10 
11 
12 template <unsigned int N>
14 {
15  return new DummyTrackToTrackCovCalculator(*this);
16 }
17 
virtual DummyTrackToTrackCovCalculator * clone() const
virtual CachingVertex< N >::TrackToTrackMap operator()(const CachingVertex< N > &) const
std::map< RefCountedVertexTrack, TrackMap > TrackToTrackMap
Definition: CachingVertex.h:33