CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Macros | Functions
L1GctJetEtCalibrationLut.h File Reference
#include "L1Trigger/GlobalCaloTrigger/src/L1GctLut.h"

Go to the source code of this file.

Classes

class  L1GctJetEtCalibrationLut
 Jet Et calibration LUT. More...
 

Macros

#define JET_ET_CAL_LUT_ADD_BITS   11
 
#define JET_ET_CAL_LUT_DAT_BITS   6
 

Functions

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

Macro Definition Documentation

#define JET_ET_CAL_LUT_ADD_BITS   11

Definition at line 4 of file L1GctJetEtCalibrationLut.h.

#define JET_ET_CAL_LUT_DAT_BITS   6

Definition at line 5 of file L1GctJetEtCalibrationLut.h.

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