CMS 3D CMS Logo

Public Member Functions | Public Attributes

CSCHotChannelMask Struct Reference

#include <CSCALCTHeader2007.h>

List of all members.

Public Member Functions

 CSCHotChannelMask ()
short unsigned int sizeInWords () const

Public Attributes

unsigned flag: 1
unsigned hotChannelMask: 12
unsigned reserved: 3

Detailed Description

Definition at line 140 of file CSCALCTHeader2007.h.


Constructor & Destructor Documentation

CSCHotChannelMask::CSCHotChannelMask ( ) [inline]

Definition at line 141 of file CSCALCTHeader2007.h.

References sizeInWords().

                       {
    bzero(this, sizeInWords()*2);
  }

Member Function Documentation

short unsigned int CSCHotChannelMask::sizeInWords ( ) const [inline]

size of one HotChannMask word

Definition at line 145 of file CSCALCTHeader2007.h.

Referenced by CSCHotChannelMask().

                                         { 
    return 1;
  }

Member Data Documentation

Definition at line 151 of file CSCALCTHeader2007.h.

Definition at line 149 of file CSCALCTHeader2007.h.

Definition at line 150 of file CSCALCTHeader2007.h.