CMS 3D CMS Logo

Classes | Functions

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/DataFormats/Alignment/interface/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().

                                                                                            {
  return( one.geographicalId() < other.geographicalId() );
}