CMS 3D CMS Logo

Classes | Functions

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/DataFormats/FP420Cluster/interface/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().

                                                                           {
  if(one.globalId() == other.globalId()) {
    return one.firstStrip() < other.firstStrip();
  }
  return one.globalId() < other.globalId();
}