CMS 3D CMS Logo

Classes | Functions
L1GctFibreWord.h File Reference
#include <ostream>
#include <string>
#include <cstdint>

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

◆ operator<<()

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

Definition at line 9 of file L1GctFibreWord.cc.

References TauDecayModes::dec, and alignCSCRings::s.

9  {
10  s << "L1GctFibreWord : ";
11  s << std::hex << fw.data() << ", block " << fw.block();
12  s << std::dec << ", index : " << fw.index() << ", bx : " << fw.bx();
13  return s;
14 }