CMS 3D CMS Logo

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

65  {
66  if ( one.geographicalId() < other.geographicalId() ) {
67  return true;
68  } else {
69  return false;
70  }
71 }
DetId geographicalId() const