#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) |
bool operator< | ( | const SiTrackerMultiRecHit & | one, | |
const SiTrackerMultiRecHit & | other | |||
) | [inline] |
Definition at line 47 of file SiTrackerMultiRecHit.h.
References TrackingRecHit::geographicalId().
00047 { 00048 if ( one.geographicalId() < other.geographicalId() ) { 00049 return true; 00050 } else { 00051 return false; 00052 } 00053 }