#include <MicroGMTCaloIndexSelectionLUT.h>
Public Member Functions | |
int | hashInput (int angle) const |
int | lookup (int angle) const |
MicroGMTCaloIndexSelectionLUT (const edm::ParameterSet &iConfig, const std::string &setName, int type) | |
MicroGMTCaloIndexSelectionLUT (const edm::ParameterSet &iConfig, const char *setName, int type) | |
void | unHashInput (int input, int &angle) const |
virtual | ~MicroGMTCaloIndexSelectionLUT () |
Private Member Functions | |
void | getParameters (const edm::ParameterSet &iConfig, const char *setName, int type) |
Private Member Functions inherited from l1t::MicroGMTLUT | |
int | checkedInput (unsigned in, unsigned maxWidth) const |
void | contentsToStream (std::stringstream &stream) |
void | headerToStream (std::stringstream &stream) const |
void | initialize () |
void | load (const std::string &inFileName) |
virtual int | lookupPacked (int input) const |
MicroGMTLUT () | |
void | save (std::ofstream &output) |
virtual | ~MicroGMTLUT () |
Private Attributes | |
int | m_angleInWidth |
Private Attributes inherited from l1t::MicroGMTLUT | |
std::map< int, int > | m_contents |
std::string | m_fname |
bool | m_initialized |
std::vector < MicroGMTConfiguration::input_t > | m_inputs |
unsigned | m_outWidth |
unsigned | m_totalInWidth |
Definition at line 8 of file MicroGMTCaloIndexSelectionLUT.h.
l1t::MicroGMTCaloIndexSelectionLUT::MicroGMTCaloIndexSelectionLUT | ( | const edm::ParameterSet & | iConfig, |
const std::string & | setName, | ||
int | type | ||
) |
Definition at line 3 of file MicroGMTCaloIndexSelectionLUT.cc.
References getParameters().
l1t::MicroGMTCaloIndexSelectionLUT::MicroGMTCaloIndexSelectionLUT | ( | const edm::ParameterSet & | iConfig, |
const char * | setName, | ||
int | type | ||
) |
Definition at line 7 of file MicroGMTCaloIndexSelectionLUT.cc.
References cfg-viewer::getParameters().
|
virtual |
Definition at line 32 of file MicroGMTCaloIndexSelectionLUT.cc.
|
private |
Definition at line 13 of file MicroGMTCaloIndexSelectionLUT.cc.
References HDQMDatabaseProducer::config, l1t::MicroGMTConfiguration::ETA, edm::ParameterSet::getParameter(), svgfig::load(), l1t::MicroGMTConfiguration::PT, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by MicroGMTCaloIndexSelectionLUT().
|
inline |
int l1t::MicroGMTCaloIndexSelectionLUT::lookup | ( | int | angle | ) | const |
Definition at line 39 of file MicroGMTCaloIndexSelectionLUT.cc.
|
inline |
|
private |
Definition at line 24 of file MicroGMTCaloIndexSelectionLUT.h.