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 49 of file CTPPSTimingRecHit.h.

50  {
51  // only sort by leading edge time
52  return (l.time() < r.time());
cmsLHEtoEOSManager.l
l
Definition: cmsLHEtoEOSManager.py:204
alignCSCRings.r
r
Definition: alignCSCRings.py:93