CMS 3D CMS Logo

Classes | Functions
SiStripLaserRecHit2D.h File Reference
#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)
 

Function Documentation

◆ operator<()

bool operator< ( const SiStripLaserRecHit2D one,
const SiStripLaserRecHit2D other 
)
inline

Comparison operators

Definition at line 36 of file SiStripLaserRecHit2D.h.

References trackingPlots::other.

36  {
37  return (one.geographicalId() < other.geographicalId());
38 }