#include <MicroGMTRankPtQualLUT.h>
Public Member Functions | |
int | hashInput (int pt, int qual) const |
int | lookup (int pt, int qual) const |
int | lookupPacked (int in) const override |
MicroGMTRankPtQualLUT () | |
MicroGMTRankPtQualLUT (const std::string &, const unsigned, const unsigned) | |
MicroGMTRankPtQualLUT (l1t::LUT *) | |
void | unHashInput (int input, int &pt, int &qual) const |
~MicroGMTRankPtQualLUT () override | |
Public Member Functions inherited from l1t::MicroGMTLUT | |
int | checkedInput (unsigned in, unsigned maxWidth) const |
void | initialize () |
int | load (const std::string &inFileName) |
MicroGMTLUT () | |
MicroGMTLUT (l1t::LUT *lut) | |
void | save (std::ofstream &output) |
virtual | ~MicroGMTLUT () |
Public Member Functions inherited from l1t::LUT | |
int | data (unsigned int address) const |
bool | empty () const |
LUT () | |
LUT (std::istream &stream) | |
unsigned int | maxSize () const |
unsigned int | nrBitsAddress () const |
unsigned int | nrBitsData () const |
int | read (std::istream &stream) |
void | write (std::ostream &stream) const |
~LUT () | |
Private Attributes | |
unsigned | m_ptFactor |
int | m_ptInWidth |
int | m_ptMask |
unsigned | m_qualFactor |
int | m_qualInWidth |
int | m_qualMask |
Additional Inherited Members | |
Public Types inherited from l1t::LUT | |
enum | ReadCodes { SUCCESS = 0, NO_ENTRIES = 1, DUP_ENTRIES = 2, MISS_ENTRIES = 3, MAX_ADDRESS_OUTOFRANGE = 4, NO_HEADER = 5 } |
Protected Attributes inherited from l1t::MicroGMTLUT | |
bool | m_initialized |
std::vector< MicroGMTConfiguration::input_t > | m_inputs |
unsigned | m_outWidth |
unsigned | m_totalInWidth |
Definition at line 11 of file MicroGMTRankPtQualLUT.h.
|
inline |
Definition at line 13 of file MicroGMTRankPtQualLUT.h.
|
explicit |
Definition at line 3 of file MicroGMTRankPtQualLUT.cc.
References alignmentValidation::fname, l1t::MicroGMTLUT::initialize(), l1t::MicroGMTLUT::load(), l1t::MicroGMTLUT::m_inputs, l1t::MicroGMTLUT::m_outWidth, m_ptInWidth, m_ptMask, m_qualInWidth, m_qualMask, l1t::MicroGMTLUT::m_totalInWidth, l1t::MicroGMTConfiguration::PT, l1t::MicroGMTConfiguration::QUALITY, and AlCaHLTBitMon_QueryRunRegistry::string.
|
explicit |
Definition at line 29 of file MicroGMTRankPtQualLUT.cc.
References l1t::MicroGMTLUT::m_initialized, l1t::MicroGMTLUT::m_inputs, l1t::MicroGMTLUT::m_outWidth, m_ptInWidth, m_ptMask, m_qualInWidth, m_qualMask, l1t::MicroGMTLUT::m_totalInWidth, l1t::MicroGMTConfiguration::PT, and l1t::MicroGMTConfiguration::QUALITY.
|
inlineoverride |
Definition at line 16 of file MicroGMTRankPtQualLUT.h.
int l1t::MicroGMTRankPtQualLUT::hashInput | ( | int | pt, |
int | qual | ||
) | const |
Definition at line 66 of file MicroGMTRankPtQualLUT.cc.
References DiDispStaMuonMonitor_cfi::pt, l1tGTMenu_lepSeeds_cff::qual, and mps_fire::result.
int l1t::MicroGMTRankPtQualLUT::lookup | ( | int | pt, |
int | qual | ||
) | const |
Definition at line 43 of file MicroGMTRankPtQualLUT.cc.
References data, DiDispStaMuonMonitor_cfi::pt, l1tGTMenu_lepSeeds_cff::qual, and mps_fire::result.
|
overridevirtual |
Reimplemented from l1t::MicroGMTLUT.
Definition at line 55 of file MicroGMTRankPtQualLUT.cc.
References data, recoMuon::in, DiDispStaMuonMonitor_cfi::pt, and l1tGTMenu_lepSeeds_cff::qual.
void l1t::MicroGMTRankPtQualLUT::unHashInput | ( | int | input, |
int & | pt, | ||
int & | qual | ||
) | const |
Definition at line 73 of file MicroGMTRankPtQualLUT.cc.
References input, DiDispStaMuonMonitor_cfi::pt, and l1tGTMenu_lepSeeds_cff::qual.
|
private |
Definition at line 31 of file MicroGMTRankPtQualLUT.h.
|
private |
Definition at line 27 of file MicroGMTRankPtQualLUT.h.
Referenced by MicroGMTRankPtQualLUT().
|
private |
Definition at line 25 of file MicroGMTRankPtQualLUT.h.
Referenced by MicroGMTRankPtQualLUT().
|
private |
Definition at line 32 of file MicroGMTRankPtQualLUT.h.
|
private |
Definition at line 28 of file MicroGMTRankPtQualLUT.h.
Referenced by MicroGMTRankPtQualLUT().
|
private |
Definition at line 26 of file MicroGMTRankPtQualLUT.h.
Referenced by MicroGMTRankPtQualLUT().