CMS 3D CMS Logo

Functions
L1GctJetEtCalibrationLut.cc File Reference
#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)
 

Function Documentation

◆ operator<<()

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

Definition at line 46 of file L1GctJetEtCalibrationLut.cc.

References L1GctJetEtCalibrationLut::etaBin(), L1GctJetEtCalibrationLut::getFunction(), and groupFilesInBlocks::temp.

46  {
47  os << std::endl;
48  os << "==================================================" << std::endl;
49  os << "===Level-1 Trigger: GCT Jet Et Calibration Lut===" << std::endl;
50  os << "==================================================" << std::endl;
51  os << "===Parameter settings for eta bin " << lut.etaBin() << "===" << std::endl;
52  os << *lut.getFunction() << std::endl;
53  os << "\n===Lookup table contents===\n" << std::endl;
55  os << *temp;
56  return os;
57 }
Base class for LookUp Tables.
Definition: L1GctLut.h:19
const L1GctJetFinderParams * getFunction() const