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

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

Definition at line 52 of file CTPPSTimingRecHit.h.

References CTPPSTimingRecHit::getT().

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