#include <HLTScalersClient.h>
Public Member Functions | |
CountLS_t (int ls, double cnt) | |
bool | operator< (CountLS_t &rhs) |
bool | operator== (int ls) const |
Definition at line 73 of file HLTScalersClient.h.
HLTScalersClient::CountLS_t::CountLS_t | ( | int | ls, |
double | cnt | ||
) | [inline] |
Definition at line 76 of file HLTScalersClient.h.
: std::pair<int,double>(ls,cnt) {};
bool HLTScalersClient::CountLS_t::operator< | ( | CountLS_t & | rhs | ) | [inline] |
Definition at line 83 of file HLTScalersClient.h.
References first.
{ return this->first< rhs.first; };
bool HLTScalersClient::CountLS_t::operator== | ( | int | ls | ) | const [inline] |