CMS 3D CMS Logo

Classes | Functions
CTPPSTimingRecHit.h File Reference

Go to the source code of this file.

Classes

class  CTPPSTimingRecHit
 Reconstructed hit in timing detectors. More...
 

Functions

bool operator< (const CTPPSTimingRecHit &l, const CTPPSTimingRecHit &r)
 

Function Documentation

◆ operator<()

bool operator< ( const CTPPSTimingRecHit l,
const CTPPSTimingRecHit r 
)
inline

Definition at line 50 of file CTPPSTimingRecHit.h.

References MainPageGenerator::l, and alignCSCRings::r.

50  {
51  // only sort by leading edge time
52  return (l.time() < r.time());
53 }