CMS 3D CMS Logo

Classes | Namespaces | Enumerations | Functions
FastTrackerRecHit.h File Reference
#include "DataFormats/TrackerRecHit2D/interface/BaseTrackerRecHit.h"

Go to the source code of this file.

Classes

class  FastTrackerRecHit
 

Namespaces

 fastTrackerRecHitType
 

Enumerations

enum  fastTrackerRecHitType::HitType {
  fastTrackerRecHitType::siPixel = 0, fastTrackerRecHitType::siStrip1D = 1, fastTrackerRecHitType::siStrip2D = 2, fastTrackerRecHitType::siStripMatched2D = 3,
  fastTrackerRecHitType::siStripProjectedMono2D = 4, fastTrackerRecHitType::siStripProjectedStereo2D = 5
}
 

Functions

bool fastTrackerRecHitType::is2D (HitType hitType)
 
bool fastTrackerRecHitType::isPixel (HitType hitType)
 
bool operator< (const FastTrackerRecHit &one, const FastTrackerRecHit &other)
 
trackerHitRTTI::RTTI fastTrackerRecHitType::rtti (HitType hitType)
 

Function Documentation

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

Comparison operator

Definition at line 184 of file FastTrackerRecHit.h.

References TrackingRecHit::geographicalId().

184  {
185  return ( one.geographicalId() < other.geographicalId() );
186 }
DetId geographicalId() const