#include "DataFormats/TrackingRecHit/interface/RecHit2DLocalPos.h"
#include "DataFormats/GeometrySurface/interface/LocalError.h"
#include "DataFormats/SiStripDetId/interface/SiStripDetId.h"
Go to the source code of this file.
Classes | |
class | SiStripLaserRecHit2D |
Functions | |
bool | operator< (const SiStripLaserRecHit2D &one, const SiStripLaserRecHit2D &other) |
bool operator< | ( | const SiStripLaserRecHit2D & | one, |
const SiStripLaserRecHit2D & | other | ||
) | [inline] |
Comparison operators
Definition at line 39 of file SiStripLaserRecHit2D.h.
References TrackingRecHit::geographicalId().
{ return( one.geographicalId() < other.geographicalId() ); }