#include <CSCBadCFEBTimeSlice.h>
Public Member Functions | |
bool | check () const |
unsigned | sizeInWords () const |
const CSCBadCFEBWord & | word (int i) const |
count from zero More... | |
Private Attributes | |
CSCBadCFEBWord | theWords [4] |
When a time slice is bad, it only has four words, and they all start with "B"
Definition at line 12 of file CSCBadCFEBTimeSlice.h.
bool CSCBadCFEBTimeSlice::check | ( | ) | const |
Definition at line 10 of file CSCBadCFEBTimeSlice.cc.
References CSCBadCFEBWord::check(), mps_fire::i, mps_fire::result, and theWords.
Referenced by CSCCFEBData::CSCCFEBData(), and sizeInWords().
|
inline |
Definition at line 14 of file CSCBadCFEBTimeSlice.h.
References check(), mps_fire::i, and word().
Referenced by CSCCFEBData::CSCCFEBData().
const CSCBadCFEBWord & CSCBadCFEBTimeSlice::word | ( | int | i | ) | const |
count from zero
Definition at line 4 of file CSCBadCFEBTimeSlice.cc.
References mps_fire::i, and theWords.
Referenced by CSCCFEBData::CSCCFEBData(), and sizeInWords().
|
private |
Definition at line 22 of file CSCBadCFEBTimeSlice.h.