#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().
{ if ( one.geographicalId() < other.geographicalId() ) { return true; } else { return false; } }