CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
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 alignCSCRings::s.

21  {
22  s << "L1GctFibreWord : ";
23  s << std::hex << fw.data() << ", block " << fw.block();
24  s << std::dec << ", index : " << fw.index() << ", bx : " << fw.bx();
25  return s;
26 }
uint16_t index() const
int16_t bx() const
uint32_t data() const
uint16_t block() const