CMS 3D CMS Logo

TracksWithHits.h

Go to the documentation of this file.
00001 #ifndef PixelTrackFitting_TracksWithHits_H
00002 #define PixelTrackFitting_TracksWithHits_H
00003 
00004 #include "DataFormats/TrackReco/interface/TrackFwd.h"
00005 #include "DataFormats/TrackingRecHit/interface/TrackingRecHit.h"
00006 
00007 #include <vector>
00008 
00009 namespace pixeltrackfitting {
00010   typedef std::pair<reco::Track*, std::vector<const TrackingRecHit *> > TrackWithRecHits;
00011   typedef std::vector<TrackWithRecHits> TracksWithRecHits; 
00012 }
00013 
00014 #endif

Generated on Tue Jun 9 17:44:51 2009 for CMSSW by  doxygen 1.5.4