CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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

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

Comparison operators

Definition at line 39 of file SiStripLaserRecHit2D.h.

References TrackingRecHit::geographicalId().

39  {
40  return( one.geographicalId() < other.geographicalId() );
41 }
DetId geographicalId() const