#include <CSCALCTHeader2007.h>
Public Member Functions | |
CSCHotChannelMask () | |
short unsigned int | sizeInWords () const |
Public Attributes | |
unsigned | flag: 1 |
unsigned | hotChannelMask: 12 |
unsigned | reserved: 3 |
Definition at line 140 of file CSCALCTHeader2007.h.
CSCHotChannelMask::CSCHotChannelMask | ( | ) | [inline] |
Definition at line 141 of file CSCALCTHeader2007.h.
References sizeInWords().
{ bzero(this, sizeInWords()*2); }
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;
}
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.