CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
GSSiTrackerRecHit2DLocalPos.h File Reference
#include "BaseTrackerRecHit.h"

Go to the source code of this file.

Classes

class  GSSiTrackerRecHit2DLocalPos
 

Functions

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

Function Documentation

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

Definition at line 49 of file GSSiTrackerRecHit2DLocalPos.h.

References TrackingRecHit::geographicalId().

49  {
50  return ( one.geographicalId() < other.geographicalId() );
51 }
DetId geographicalId() const