CMS 3D CMS Logo

Classes | Functions

/data/refman/pasoursint/CMSSW_5_3_10/src/DataFormats/L1GlobalCaloTrigger/interface/L1GctFibreWord.h File Reference

#include <ostream>
#include <string>
#include <stdint.h>

Go to the source code of this file.

Classes

class  L1GctFibreWord
 Global Calorimeter Trigger SC -> CC fibre data word. More...

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 alignCSCRings::s.

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