|
bool | operator() (const std::pair< unsigned int, unsigned int > &lb1, const std::pair< unsigned int, unsigned int > &lb2) |
|
Definition at line 13 of file RPCLinkSynchroHistoMaker.cc.
bool OrderLbOccup::operator() |
( |
const std::pair< unsigned int, unsigned int > & |
lb1, |
|
|
const std::pair< unsigned int, unsigned int > & |
lb2 |
|
) |
| |
|
inline |
Definition at line 13 of file RPCLinkSynchroHistoMaker.cc.
13 {
bool operator() (
const std::pair<unsigned int,unsigned int> & lb1,
const std::pair<unsigned int,unsigned int> & lb2) {
return lb1.first > lb2.first; } };
bool operator()(const std::pair< unsigned int, unsigned int > &lb1, const std::pair< unsigned int, unsigned int > &lb2)