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
CSCHotChannelMask Struct Reference

#include <CSCALCTHeader2007.h>

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().

141  {
142  bzero(this, sizeInWords()*2);
143  }
short unsigned int sizeInWords() const

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().

145  {
146  return 1;
147  }

Member Data Documentation

unsigned CSCHotChannelMask::flag

Definition at line 151 of file CSCALCTHeader2007.h.

unsigned CSCHotChannelMask::hotChannelMask

Definition at line 149 of file CSCALCTHeader2007.h.

unsigned CSCHotChannelMask::reserved

Definition at line 150 of file CSCALCTHeader2007.h.