CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
FastTrackerCluster.h File Reference
#include "DataFormats/GeometryVector/interface/LocalPoint.h"
#include "DataFormats/GeometrySurface/interface/LocalError.h"
#include "DataFormats/DetId/interface/DetId.h"

Go to the source code of this file.

Classes

class  FastTrackerCluster
 

Functions

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

Function Documentation

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

Definition at line 48 of file FastTrackerCluster.h.

References FastTrackerCluster::simhitId().

48  {
49  return ( one.simhitId() < other.simhitId() );
50 }
const int & simhitId() const