CMS 3D CMS Logo

List of all members | Public Member Functions
DetIdLess Class Reference

Public Member Functions

 DetIdLess ()
 
bool operator() (const SiStripRecHit2D *a, const SiStripRecHit2D *b) const
 

Detailed Description

Definition at line 44 of file SiStripLAProfileBooker.cc.

Constructor & Destructor Documentation

◆ DetIdLess()

DetIdLess::DetIdLess ( )
inline

Definition at line 46 of file SiStripLAProfileBooker.cc.

46 {}

Member Function Documentation

◆ operator()()

bool DetIdLess::operator() ( const SiStripRecHit2D a,
const SiStripRecHit2D b 
) const
inline

Definition at line 48 of file SiStripLAProfileBooker.cc.

48  {
49  return *(a->cluster()) < *(b->cluster());
50  }

References a, and b.

b
double b
Definition: hdecay.h:118
a
double a
Definition: hdecay.h:119