#include <EventFilter/CSCRawToDigi/interface/CSCALCTTrailer.h>
Public Member Functions | |
CSCALCTTrailer2006 () | |
void | setSize (int size) |
short unsigned int | sizeInWords () const |
Public Attributes | |
unsigned | crc0:11 |
unsigned | crc1:11 |
unsigned | d_0:4 |
unsigned | d_1:4 |
unsigned | d_3:4 |
unsigned | e0dLine:16 |
unsigned | frameCount:11 |
unsigned | reserved_3:1 |
unsigned | zero_0:1 |
unsigned | zero_1:1 |
Definition at line 12 of file CSCALCTTrailer.h.
CSCALCTTrailer2006::CSCALCTTrailer2006 | ( | ) | [inline] |
size of the trailer
Definition at line 13 of file CSCALCTTrailer.h.
References d_0, d_1, d_3, e0dLine, reserved_3, sizeInWords(), zero_0, and zero_1.
00013 { 00014 bzero(this, sizeInWords()*2); 00015 e0dLine = 0xDE0D; 00016 d_0=0xD; 00017 d_1=0xD; 00018 zero_0 = 0; 00019 zero_1 = 0; 00020 d_3 = 0xD; 00021 reserved_3 = 1; 00022 }
Definition at line 23 of file CSCALCTTrailer.h.
References frameCount.
Referenced by CSCALCTTrailer::CSCALCTTrailer().
00023 {frameCount = size;}
short unsigned int CSCALCTTrailer2006::sizeInWords | ( | ) | const [inline] |
size of ALCT Header
Definition at line 24 of file CSCALCTTrailer.h.
Referenced by CSCALCTTrailer::CSCALCTTrailer(), CSCALCTTrailer2006(), and CSCALCTTrailer::data().
unsigned CSCALCTTrailer2006::crc0 |
unsigned CSCALCTTrailer2006::crc1 |
unsigned CSCALCTTrailer2006::d_0 |
unsigned CSCALCTTrailer2006::d_1 |
unsigned CSCALCTTrailer2006::d_3 |
unsigned CSCALCTTrailer2006::e0dLine |
Definition at line 29 of file CSCALCTTrailer.h.
Referenced by CSCALCTTrailer::check(), and CSCALCTTrailer2006().
unsigned CSCALCTTrailer2006::frameCount |
Definition at line 30 of file CSCALCTTrailer.h.
Referenced by setSize(), and CSCALCTTrailer::wordCount().
unsigned CSCALCTTrailer2006::reserved_3 |
Definition at line 30 of file CSCALCTTrailer.h.
Referenced by CSCALCTTrailer::alctCRCCheck(), and CSCALCTTrailer2006().
unsigned CSCALCTTrailer2006::zero_0 |
unsigned CSCALCTTrailer2006::zero_1 |