CMS 3D CMS Logo

Classes | Functions
ClusterFP420.h File Reference
#include <vector>

Go to the source code of this file.

Classes

class  ClusterFP420
 

Functions

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

Function Documentation

◆ operator<()

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

Definition at line 48 of file ClusterFP420.h.

48  {
49  if (one.globalId() == other.globalId()) {
50  return one.firstStrip() < other.firstStrip();
51  }
52  return one.globalId() < other.globalId();
53 }

References ClusterFP420::firstStrip(), ClusterFP420::globalId(), and trackingPlots::other.

trackingPlots.other
other
Definition: trackingPlots.py:1465
ClusterFP420::firstStrip
short firstStrip() const
Definition: ClusterFP420.h:20
ClusterFP420::globalId
unsigned int globalId() const
Definition: ClusterFP420.h:23