CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions
OrderLbSpread Struct Reference

Public Member Functions

bool operator() (const std::pair< double, unsigned int > &lb1, const std::pair< double, unsigned int > &lb2)
 

Detailed Description

Definition at line 7 of file RPCLinkSynchroHistoMaker.cc.

Member Function Documentation

bool OrderLbSpread::operator() ( const std::pair< double, unsigned int > &  lb1,
const std::pair< double, unsigned int > &  lb2 
)
inline

Definition at line 8 of file RPCLinkSynchroHistoMaker.cc.

8  {
9  return lb1.first > lb2.first;
10  }