#include "L1Trigger/GlobalCaloTrigger/interface/L1GctJetEtCalibrationLut.h"
#include "CondFormats/L1TObjects/interface/L1GctJetFinderParams.h"
#include "CondFormats/L1TObjects/interface/L1CaloEtScale.h"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const L1GctJetEtCalibrationLut &lut) |
std::ostream& operator<< | ( | std::ostream & | os, |
const L1GctJetEtCalibrationLut & | lut | ||
) |
Definition at line 56 of file L1GctJetEtCalibrationLut.cc.
References L1GctJetEtCalibrationLut::etaBin(), L1GctJetEtCalibrationLut::getFunction(), and cond::rpcobtemp::temp.
{ os << std::endl; os << "==================================================" << std::endl; os << "===Level-1 Trigger: GCT Jet Et Calibration Lut===" << std::endl; os << "==================================================" << std::endl; os << "===Parameter settings for eta bin " << lut.etaBin() << "===" << std::endl; os << *lut.getFunction() << std::endl; os << "\n===Lookup table contents===\n" << std::endl; const L1GctLut<L1GctJetEtCalibrationLut::NAddress,L1GctJetEtCalibrationLut::NData>* temp=&lut; os << *temp; return os; }