CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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

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

Definition at line 56 of file L1GctJetEtCalibrationLut.cc.

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

57 {
58  os << std::endl;
59  os << "==================================================" << std::endl;
60  os << "===Level-1 Trigger: GCT Jet Et Calibration Lut===" << std::endl;
61  os << "==================================================" << std::endl;
62  os << "===Parameter settings for eta bin " << lut.etaBin() << "===" << std::endl;
63  os << *lut.getFunction() << std::endl;
64  os << "\n===Lookup table contents===\n" << std::endl;
66  os << *temp;
67  return os;
68 }
const L1GctJetFinderParams * getFunction() const
Base class for LookUp Tables.
Definition: L1GctLut.h:21
tuple lut
Definition: lumiPlot.py:244