CMS 3D CMS Logo

TrackFP420.h File Reference

#include <vector>

Go to the source code of this file.

Classes

class  TrackFP420

Functions

bool operator< (const TrackFP420 &one, const TrackFP420 &other)


Function Documentation

bool operator< ( const TrackFP420 one,
const TrackFP420 other 
) [inline]

Definition at line 35 of file TrackFP420.h.

References TrackFP420::nclusterx(), and TrackFP420::nclustery().

00035                                                                        {
00036   return ( one.nclusterx() + one.nclustery() ) < ( other.nclusterx() + other.nclustery()  );
00037 } 


Generated on Tue Jun 9 17:52:04 2009 for CMSSW by  doxygen 1.5.4