CMS 3D CMS Logo

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

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