CMS 3D CMS Logo

Classes | Functions
SiTrackerMultiRecHit.h File Reference
#include "DataFormats/TrackerRecHit2D/interface/BaseTrackerRecHit.h"
#include "DataFormats/TrackingRecHit/interface/TrackingRecHitFwd.h"
#include <vector>
#include <map>

Go to the source code of this file.

Classes

class  SiTrackerMultiRecHit
 

Functions

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

Function Documentation

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

Definition at line 70 of file SiTrackerMultiRecHit.h.

References TrackingRecHit::geographicalId().

70  {
71  if ( one.geographicalId() < other.geographicalId() ) {
72  return true;
73  } else {
74  return false;
75  }
76 }
DetId geographicalId() const