CMS 3D CMS Logo

L1GctFibreWord.h File Reference

#include <ostream>
#include <string>

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(), and L1GctFibreWord::index().

00021                                                                 {
00022   s << "L1GctFibreWord : ";
00023   s << std::hex << fw.data() << ", block " << fw.block();
00024   s << ", index : " << fw.index() << ", bx : " << fw.bx(); 
00025   s << std::dec;
00026   return s;
00027 }


Generated on Tue Jun 9 17:52:08 2009 for CMSSW by  doxygen 1.5.4