CMS 3D CMS Logo

TrajMeasLessEstim.h

Go to the documentation of this file.
00001 #ifndef Tracker_TrajMeasLessEstim_H
00002 #define Tracker_TrajMeasLessEstim_H
00003 
00004 #include "TrackingTools/PatternTools/interface/TrajectoryMeasurement.h"
00005 
00010 class TrajMeasLessEstim {
00011 public:
00012   bool operator()( const TrajectoryMeasurement& a, const TrajectoryMeasurement& b) {
00013     return a.estimate() < b.estimate();
00014   }
00015 };
00016 
00017 #endif // Tracker_TrajMeasLessEstim_H

Generated on Tue Jun 9 17:48:23 2009 for CMSSW by  doxygen 1.5.4