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

◆ operator<()

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

Comparison operator

Definition at line 200 of file FastTrackerRecHit.h.

200  {
201  return (one.geographicalId() < other.geographicalId());
202 }

References SiPixelPI::one, and trackingPlots::other.

SiPixelPI::one
Definition: SiPixelPayloadInspectorHelper.h:39
trackingPlots.other
other
Definition: trackingPlots.py:1467