CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_6_1_2_SLHC4_patch1/src/L1Trigger/GlobalCaloTrigger/src/L1GctHfBitCountsLut.cc File Reference

#include "L1Trigger/GlobalCaloTrigger/interface/L1GctHfBitCountsLut.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const L1GctHfBitCountsLut &lut)

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const L1GctHfBitCountsLut lut 
)

Definition at line 59 of file L1GctHfBitCountsLut.cc.

References lumiPlot::lut, and groupFilesInBlocks::temp.

{
  os << "===L1GctHfBitCountsLut===" << std::endl;
  os << "\n===Lookup table contents===\n" << std::endl;
  const L1GctLut<L1GctHfBitCountsLut::NAddress,L1GctHfBitCountsLut::NData>* temp=&lut;
  os << *temp;
  return os;
}