![]() |
![]() |
#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) |
bool operator< | ( | const SiTrackerGSRecHit2D & | one, | |
const SiTrackerGSRecHit2D & | other | |||
) | [inline] |
Definition at line 65 of file SiTrackerGSRecHit2D.h.
References TrackingRecHit::geographicalId().
00065 { 00066 if ( one.geographicalId() < other.geographicalId() ) { 00067 return true; 00068 } else { 00069 return false; 00070 } 00071 }