CMS 3D CMS Logo

List of all members | Public Member Functions
HLTScalersClient::CountLS_t Class Reference

#include <HLTScalersClient.h>

Inheritance diagram for HLTScalersClient::CountLS_t:

Public Member Functions

 CountLS_t (int ls, double cnt)
 
bool operator< (CountLS_t &rhs)
 
bool operator== (int ls) const
 

Detailed Description

Definition at line 69 of file HLTScalersClient.h.

Constructor & Destructor Documentation

◆ CountLS_t()

HLTScalersClient::CountLS_t::CountLS_t ( int  ls,
double  cnt 
)
inline

Definition at line 71 of file HLTScalersClient.h.

71 : std::pair<int, double>(ls, cnt){};
def ls(path, rec=False)
Definition: eostools.py:349

Member Function Documentation

◆ operator<()

bool HLTScalersClient::CountLS_t::operator< ( CountLS_t rhs)
inline

Definition at line 73 of file HLTScalersClient.h.

References dqmdumpme::first.

73 { return this->first < rhs.first; };

◆ operator==()

bool HLTScalersClient::CountLS_t::operator== ( int  ls) const
inline

Definition at line 72 of file HLTScalersClient.h.

References dqmdumpme::first, and eostools::ls().

72 { return ls == this->first; }
def ls(path, rec=False)
Definition: eostools.py:349