CMS 3D CMS Logo

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

◆ 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 }