CMS 3D CMS Logo

Classes | Functions

/data/refman/pasoursint/CMSSW_4_1_8_patch12/src/DataFormats/TrackerRecHit2D/interface/SiTrackerGSRecHit2D.h File Reference

#include "DataFormats/TrackerRecHit2D/interface/GSSiTrackerRecHit2DLocalPos.h"
#include "DataFormats/Common/interface/Ref.h"
#include "FastSimDataFormats/External/interface/FastTrackerClusterCollection.h"

Go to the source code of this file.

Classes

class  SiTrackerGSRecHit2D

Functions

bool operator< (const SiTrackerGSRecHit2D &one, const SiTrackerGSRecHit2D &other)

Function Documentation

bool operator< ( const SiTrackerGSRecHit2D one,
const SiTrackerGSRecHit2D other 
) [inline]

Definition at line 65 of file SiTrackerGSRecHit2D.h.

References TrackingRecHit::geographicalId().

                                                                                         {
  if ( one.geographicalId() < other.geographicalId() ) {
    return true;
  } else {
    return false;
  }
}