#include <CSCBadCFEBWord.h>
Public Member Functions | |
bool | check () const |
make sure it really does start with a "B" More... | |
unsigned | data () const |
bool | isBad () const |
Private Attributes | |
unsigned short | b_: 4 |
unsigned short | code_: 3 |
unsigned short | word1_: 4 |
unsigned short | word2_: 4 |
unsigned short | zero_: 1 |
Friends | |
std::ostream & | operator<< (std::ostream &os, const CSCBadCFEBWord &) |
When a time slice is bad, it only has four words, and they all start with "B"
Definition at line 9 of file CSCBadCFEBWord.h.
|
inline |
make sure it really does start with a "B"
Definition at line 12 of file CSCBadCFEBWord.h.
References b_.
Referenced by CSCBadCFEBTimeSlice::check().
|
inline |
Definition at line 15 of file CSCBadCFEBWord.h.
References b_, code_, word1_, and word2_.
Referenced by CSCCFEBData::CSCCFEBData().
|
inline |
Definition at line 13 of file CSCBadCFEBWord.h.
|
friend |
Definition at line 4 of file CSCBadCFEBWord.cc.
|
private |
Definition at line 22 of file CSCBadCFEBWord.h.
|
private |
Definition at line 21 of file CSCBadCFEBWord.h.
Referenced by data().
|
private |
Definition at line 18 of file CSCBadCFEBWord.h.
Referenced by data().
|
private |
Definition at line 19 of file CSCBadCFEBWord.h.
Referenced by data().
|
private |
Definition at line 20 of file CSCBadCFEBWord.h.