CMS 3D CMS Logo

Classes | Functions
CTPPSDiamondRecHit.h File Reference
#include "DataFormats/CTPPSDigi/interface/HPTDCErrorFlags.h"

Go to the source code of this file.

Classes

class  CTPPSDiamondRecHit
 Reconstructed hit in diamond detectors. More...
 

Functions

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

Function Documentation

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

Definition at line 69 of file CTPPSDiamondRecHit.h.

References CTPPSDiamondRecHit::getT().

70 {
71  // only sort by leading edge time
72  return ( l.getT() < r.getT() );
73 }