#include "L1Trigger/GlobalCaloTrigger/interface/L1GctHfBitCountsLut.h"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const L1GctHfBitCountsLut &lut) |
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; }