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