CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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

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

Definition at line 50 of file CTPPSTimingRecHit.h.

References CTPPSTimingRecHit::time().

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