CMS 3D CMS Logo

List of all members | Public Member Functions
OrderLbOccup Struct Reference

Public Member Functions

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

Detailed Description

Definition at line 16 of file RPCLinkSynchroHistoMaker.cc.

Member Function Documentation

◆ operator()()

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

Definition at line 17 of file RPCLinkSynchroHistoMaker.cc.

17  {
18  return lb1.first > lb2.first;
19  }