#include <EventFilter/CSCRawToDigi/interface/CSCALCTTrailer.h>
Public Member Functions | |
CSCALCTTrailer2007 () | |
short unsigned int | sizeInWords () const |
Public Attributes | |
unsigned | crc0:11 |
unsigned | crc1:11 |
unsigned | e0dLine:16 |
unsigned | frameCount:11 |
unsigned | reserved_0:5 |
unsigned | reserved_1:5 |
unsigned | reserved_3:1 |
unsigned | reserved_4:4 |
Definition at line 33 of file CSCALCTTrailer.h.
CSCALCTTrailer2007::CSCALCTTrailer2007 | ( | ) | [inline] |
size of the trailer
Definition at line 34 of file CSCALCTTrailer.h.
References sizeInWords().
00034 { 00035 bzero(this, sizeInWords()*2); 00036 }
short unsigned int CSCALCTTrailer2007::sizeInWords | ( | ) | const [inline] |
size of ALCT Header
Definition at line 37 of file CSCALCTTrailer.h.
Referenced by CSCALCTTrailer::CSCALCTTrailer(), CSCALCTTrailer2007(), and CSCALCTTrailer::data().
unsigned CSCALCTTrailer2007::crc0 |
unsigned CSCALCTTrailer2007::crc1 |
unsigned CSCALCTTrailer2007::e0dLine |
unsigned CSCALCTTrailer2007::frameCount |
unsigned CSCALCTTrailer2007::reserved_0 |
Definition at line 41 of file CSCALCTTrailer.h.
unsigned CSCALCTTrailer2007::reserved_1 |
Definition at line 42 of file CSCALCTTrailer.h.
unsigned CSCALCTTrailer2007::reserved_3 |
unsigned CSCALCTTrailer2007::reserved_4 |
Definition at line 43 of file CSCALCTTrailer.h.