#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... | |
Defines | |
#define | DataFormats_SiPixelRecHit_h 1 |
Functions | |
bool | operator< (const SiPixelRecHit &one, const SiPixelRecHit &other) |
#define DataFormats_SiPixelRecHit_h 1 |
Definition at line 2 of file SiPixelRecHit.h.
bool operator< | ( | const SiPixelRecHit & | one, | |
const SiPixelRecHit & | other | |||
) | [inline] |
Definition at line 143 of file SiPixelRecHit.h.
References TrackingRecHit::geographicalId().
00143 { 00144 if ( one.geographicalId() < other.geographicalId() ) { 00145 return true; 00146 } else { 00147 return false; 00148 } 00149 }