Go to the source code of this file.
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const CSCBadCFEBWord & |
word |
|
) |
| |
Definition at line 4 of file CSCBadCFEBWord.cc.
6 os <<
"Even the Bad CFEB word is bad! Sheesh!" << std::endl;
10 os <<
"CFEB: SCA Capacitors Full block " <<
word.word2_ <<
" FIFO1 count (4-bit) " <<
word.word1_ << std::endl;
13 os <<
"CFEB: FPGA FIFO Full FIFO3 count (4-bit) " <<
word.word2_ <<
" FIFO1 count (4-bit) " <<
word.word1_
17 os <<
"CFEB: DMB FIFO Full " << std::endl;
20 os <<
"CFEB: DMB FPGA FIFO Full GFIFO count (4-bit)" <<
word.word2_ <<
" LFIFO count (4-bit) " <<
word.word1_
24 os <<
"Undefined CFEB error" << std::endl;