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
HcalHLXMask Class Reference

#include <HcalHLXMask.h>

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.

3  {
4 
5  //just a stub... for now we set the masks to 0
6  //that is, for now, we don't mask anything
7 
8  occMask = 0;
9  lhcMask = 0;
10  sumEtMask = 0;
11 }
unsigned int lhcMask
Definition: HcalHLXMask.h:10
unsigned int sumEtMask
Definition: HcalHLXMask.h:11
unsigned int occMask
Definition: HcalHLXMask.h:9

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
char* HcalHLXMask::position

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