test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
HcalDQMChannelQuality::Item Class Reference

#include <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
 

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.

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

Definition at line 41 of file HcalDQMChannelQuality.h.

References mId.

41 {return mId == other.mId;}

Member Data Documentation

short HcalDQMChannelQuality::Item::mAlgo

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
bool HcalDQMChannelQuality::Item::mMasked
unsigned HcalDQMChannelQuality::Item::mQuality

Definition at line 46 of file HcalDQMChannelQuality.h.

Referenced by HcalDQMChannelQuality::setChannel().