CMS 3D CMS Logo

DummyTrackToTrackCovCalculator.h

Go to the documentation of this file.
00001 #ifndef DummyTrackToTrackCovCalculator_H
00002 #define DummyTrackToTrackCovCalculator_H
00003 
00004 #include "RecoVertex/VertexPrimitives/interface/TrackToTrackCovCalculator.h"
00005 
00011 template <unsigned int N>
00012 class DummyTrackToTrackCovCalculator : public TrackToTrackCovCalculator<N> {
00013 
00014 public:
00015 
00016   virtual typename CachingVertex<N>::TrackToTrackMap operator() (const CachingVertex<N> &) const;
00017   virtual DummyTrackToTrackCovCalculator * clone() const;
00018 
00019 };
00020 
00021 #endif

Generated on Tue Jun 9 17:46:13 2009 for CMSSW by  doxygen 1.5.4