CMS 3D CMS Logo

ClusterFP420.h File Reference

#include <vector>

Go to the source code of this file.

Classes

class  ClusterFP420

Functions

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


Function Documentation

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

Definition at line 52 of file ClusterFP420.h.

References ClusterFP420::firstStrip(), and ClusterFP420::globalId().

00052                                                                            {
00053   if(one.globalId() == other.globalId()) {
00054     return one.firstStrip() < other.firstStrip();
00055   }
00056   return one.globalId() < other.globalId();
00057 } 


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