CMS 3D CMS Logo

Classes | Functions
TrajectoryLessByFoundHits.h File Reference
#include "TrackingTools/PatternTools/interface/Trajectory.h"
#include <TrackingTools/PatternTools/interface/TempTrajectory.h>

Go to the source code of this file.

Classes

struct  TrajectoryLessByFoundHits
 

Functions

bool lessByFoundHits (const Trajectory &a, const Trajectory &b)
 
bool lessByFoundHits (const TempTrajectory &a, const TempTrajectory &b)
 

Function Documentation

◆ lessByFoundHits() [1/2]

bool lessByFoundHits ( const Trajectory a,
const Trajectory b 
)
inline

Definition at line 7 of file TrajectoryLessByFoundHits.h.

References a, and b.

Referenced by TrajectorySegmentBuilder::cleanCandidates().

7 { return a.foundHits() < b.foundHits(); }
double b
Definition: hdecay.h:118
double a
Definition: hdecay.h:119

◆ lessByFoundHits() [2/2]

bool lessByFoundHits ( const TempTrajectory a,
const TempTrajectory b 
)
inline

Definition at line 8 of file TrajectoryLessByFoundHits.h.

References a, and b.

8 { return a.foundHits() < b.foundHits(); }
double b
Definition: hdecay.h:118
double a
Definition: hdecay.h:119