CMS 3D CMS Logo

Public Member Functions | Public Attributes

HcalDQMChannelQuality::Item Class Reference

#include <HcalDQMChannelQuality.h>

List of all members.

Public Member Functions

bool operator< (const Item &other) const
bool operator== (const Item &other) const

Public Attributes

short mAlgo
std::string mComment
uint32_t mId
bool mMasked
unsigned mQuality

Detailed Description

Definition at line 38 of file HcalDQMChannelQuality.h.


Member Function Documentation

bool HcalDQMChannelQuality::Item::operator< ( const Item other) const [inline]

Definition at line 40 of file HcalDQMChannelQuality.h.

References mId.

{return mId < other.mId;}
bool HcalDQMChannelQuality::Item::operator== ( const Item other) const [inline]

Definition at line 41 of file HcalDQMChannelQuality.h.

References mId.

{return mId == other.mId;}

Member Data Documentation

Definition at line 43 of file HcalDQMChannelQuality.h.

Referenced by HcalDQMChannelQuality::setChannel().

Definition at line 45 of file HcalDQMChannelQuality.h.

Referenced by HcalHotCellDbInterface::createData().

Definition at line 46 of file HcalDQMChannelQuality.h.

Referenced by HcalDQMChannelQuality::setChannel().