CMS 3D CMS Logo

Classes | Functions

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DataFormats/TrackerRecHit2D/interface/SiPixelRecHit.h File Reference

#include "DataFormats/TrackerRecHit2D/interface/BaseSiTrackerRecHit2DLocalPos.h"
#include "DataFormats/TrackerRecHit2D/interface/SiPixelRecHitQuality.h"
#include "DataFormats/SiPixelCluster/interface/SiPixelCluster.h"
#include "DataFormats/Common/interface/DetSetVector.h"
#include "DataFormats/Common/interface/Ref.h"

Go to the source code of this file.

Classes

class  SiPixelRecHit
 Our base class. More...

Functions

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

Function Documentation

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

Definition at line 151 of file SiPixelRecHit.h.

References TrackingRecHit::geographicalId().

                                                                             {
  if ( one.geographicalId() < other.geographicalId() ) {
    return true;
  } else {
    return false;
  }
}