#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) |
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; } }