CMS 3D CMS Logo

Public Member Functions | Public Attributes

HcalHLXMask Class Reference

#include <HcalHLXMask.h>

List of all members.

Public Member Functions

void setMaskFromDQMChannelQuality (const HcalDQMChannelQuality::Item item[24])

Public Attributes

unsigned int crateId
unsigned int lhcMask
unsigned int occMask
char * position
unsigned int slotId
unsigned int sumEtMask

Detailed Description

Definition at line 3 of file HcalHLXMask.h.


Member Function Documentation

void HcalHLXMask::setMaskFromDQMChannelQuality ( const HcalDQMChannelQuality::Item  item[24])

Definition at line 3 of file HcalHLXMask.cc.

References lhcMask, occMask, and sumEtMask.

                                                                                      {

  //just a stub... for now we set the masks to 0
  //that is, for now, we don't mask anything

  occMask = 0;
  lhcMask = 0;
  sumEtMask = 0;
}

Member Data Documentation

unsigned int HcalHLXMask::crateId

Definition at line 7 of file HcalHLXMask.h.

Referenced by HcalHLXMaskDbInterface::createDataset().

unsigned int HcalHLXMask::lhcMask
unsigned int HcalHLXMask::occMask

Definition at line 6 of file HcalHLXMask.h.

Referenced by HcalHLXMaskDbInterface::createData().

unsigned int HcalHLXMask::slotId

Definition at line 8 of file HcalHLXMask.h.

Referenced by HcalHLXMaskDbInterface::createDataset().

unsigned int HcalHLXMask::sumEtMask