CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions
CounterChecker::Comparer Class Reference

Public Types

typedef unsigned short word
 

Public Member Functions

bool operator() (const std::pair< word, std::vector< TotemFramePosition > > &a, const std::pair< word, std::vector< TotemFramePosition > > &b)
 

Detailed Description

Definition at line 55 of file CounterChecker.h.

Member Typedef Documentation

typedef unsigned short CounterChecker::Comparer::word

Definition at line 57 of file CounterChecker.h.

Member Function Documentation

bool CounterChecker::Comparer::operator() ( const std::pair< word, std::vector< TotemFramePosition > > &  a,
const std::pair< word, std::vector< TotemFramePosition > > &  b 
)
inline

Definition at line 58 of file CounterChecker.h.

References a, and b.

59  {
60  return a.second.size() < b.second.size();
61  }
double b
Definition: hdecay.h:118
double a
Definition: hdecay.h:119