CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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 43 of file FastTrackerCluster.h.

References FastTrackerCluster::simhitId().

43  {
44  return (one.simhitId() < other.simhitId());
45 }
const int & simhitId() const