CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/DataFormats/L1GlobalCaloTrigger/src/L1GctFibreWord.cc File Reference

#include "DataFormats/L1GlobalCaloTrigger/interface/L1GctFibreWord.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, const L1GctFibreWord &fw)

Function Documentation

std::ostream& operator<< ( std::ostream &  s,
const L1GctFibreWord fw 
)

Definition at line 21 of file L1GctFibreWord.cc.

References L1GctFibreWord::block(), L1GctFibreWord::bx(), L1GctFibreWord::data(), L1GctFibreWord::index(), and asciidump::s.

                                                                {
  s << "L1GctFibreWord : ";
  s << std::hex << fw.data() << ", block " << fw.block();
  s << std::dec << ", index : " << fw.index() << ", bx : " << fw.bx(); 
  return s;
}