CMS 3D CMS Logo

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

Go to the source code of this file.

Classes

class  TrackFP420
 

Functions

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

Function Documentation

◆ operator<()

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

Definition at line 35 of file TrackFP420.h.

35  {
36  return (one.nclusterx() + one.nclustery()) < (other.nclusterx() + other.nclustery());
37 }

References TrackFP420::nclusterx(), TrackFP420::nclustery(), and trackingPlots::other.

TrackFP420::nclustery
int nclustery() const
Definition: TrackFP420.h:21
trackingPlots.other
other
Definition: trackingPlots.py:1465
TrackFP420::nclusterx
int nclusterx() const
Definition: TrackFP420.h:17