Go to the source code of this file.
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const CSCBadCFEBWord & |
word |
|
) |
| |
Definition at line 4 of file CSCBadCFEBWord.cc.
References CSCBadCFEBWord::check(), CSCBadCFEBWord::code_, CSCBadCFEBWord::word1_, and CSCBadCFEBWord::word2_.
6 if(!word.
check()) os <<
"Even the Bad CFEB word is bad! Sheesh!" << std::endl;
12 os <<
"CFEB: SCA Capacitors Full block " << word.
word2_ 13 <<
" FIFO1 count (4-bit) " << word.
word1_ << std::endl;
16 os <<
"CFEB: FPGA FIFO Full FIFO3 count (4-bit) " << word.
word2_ 17 <<
" FIFO1 count (4-bit) " << word.
word1_ << std::endl;
20 os <<
"CFEB: DMB FIFO Full " << std::endl;
23 os <<
"CFEB: DMB FPGA FIFO Full GFIFO count (4-bit)" << word.
word2_ 24 <<
" LFIFO count (4-bit) " << word.
word1_ << std::endl;
27 os <<
"Undefined CFEB error" << std::endl;
bool check() const
make sure it really does start with a "B"