CMS 3D CMS Logo

Classes | Functions

CMSSW_4_4_3_patch1/src/DataFormats/TrackerRecHit2D/interface/SiTrackerMultiRecHit.h File Reference

#include "DataFormats/TrackerRecHit2D/interface/BaseSiTrackerRecHit2DLocalPos.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 47 of file SiTrackerMultiRecHit.h.

References TrackingRecHit::geographicalId().

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