![]() |
![]() |
#include <DQM/HcalMonitorClient/interface/HcalDQMChannelQuality.h>
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 |
Definition at line 38 of file HcalDQMChannelQuality.h.
Definition at line 40 of file HcalDQMChannelQuality.h.
References mId.
00040 {return mId < other.mId;}
Definition at line 41 of file HcalDQMChannelQuality.h.
References mId.
00041 {return mId == other.mId;}
Definition at line 43 of file HcalDQMChannelQuality.h.
Referenced by HcalDQMChannelQuality::setChannel().
std::string HcalDQMChannelQuality::Item::mComment |
Definition at line 45 of file HcalDQMChannelQuality.h.
Referenced by HcalHotCellDbInterface::createData().
uint32_t HcalDQMChannelQuality::Item::mId |
Definition at line 42 of file HcalDQMChannelQuality.h.
Referenced by HcalHotCellDbInterface::createDataset(), HcalDQMChannelQuality::flagAlgo(), HcalDQMChannelQuality::isMasked(), operator<(), operator==(), HcalDQMChannelQuality::quality(), and HcalDQMChannelQuality::setChannel().
Definition at line 44 of file HcalDQMChannelQuality.h.
Referenced by HcalHotCellDbInterface::createData(), and HcalDQMChannelQuality::setChannel().
Definition at line 46 of file HcalDQMChannelQuality.h.
Referenced by HcalDQMChannelQuality::setChannel().