33 static const unsigned nEtaBits = 4;
34 static const uint8_t etaMask =
static_cast<uint8_t
>((1 << nEtaBits) - 1);
42 static const uint16_t ovrFlowOut = 0x3f;
43 uint16_t jetEt = lutAddress & maxEtMask;
45 if (jetEt == maxEtMask) {
49 bool tauVeto = ((lutAddress & tauBitMask)==0);
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;
64 os <<
"\n===Lookup table contents===\n" << std::endl;
const L1GctJetFinderParams * getFunction() const
std::ostream & operator<<(std::ostream &out, const ALILine &li)
void setFunction(const L1GctJetFinderParams *const lutfn)
double linearLsb() const
get LSB of linear input scale
Base class for LookUp Tables.
#define JET_ET_CAL_LUT_ADD_BITS
void setOutputEtScale(const L1CaloEtScale *const scale)
uint16_t rank(const uint16_t linear) const
convert from linear Et scale to rank scale
const L1CaloEtScale * m_outputEtScale
double correctedEtGeV(const double et, const unsigned eta, const bool tauVeto) const
Eta takes a value from 0-10, corresponding to jet regions running from eta=0.0 to eta=5...
#define JET_ET_CAL_LUT_DAT_BITS
static const int NAddress
virtual ~L1GctJetEtCalibrationLut()
static const unsigned JET_ENERGY_BITWIDTH
Input bitwidth of jet energy; must be 10 or more.
L1GctJetEtCalibrationLut()
const L1GctJetFinderParams * m_lutFunction
virtual uint16_t value(const uint16_t lutAddress) const
void setEtaBin(const unsigned eta)