A class to use LUTs for TRGCDC.
More...
#include <LUT.h>
|
| TRGCDCLUT () |
| Contructor.
|
|
virtual | ~TRGCDCLUT () |
| Destructor.
|
|
std::string | name (void) const |
| returns name.
|
|
std::string | version (void) const |
| returns version.
|
|
void | setDataFile (const std::string &filename, int) |
| set LUT data.
|
|
int | getValue (unsigned) const |
| get LUT Values
|
|
|
static TRGCDCLUT * | getLUT (const std::string &filename, int) |
| get LUT from dictionary, load new LUT if it doesn't exist
|
|
|
static std::map< std::string, TRGCDCLUT > | dictionary |
| list of LUTs, to avoid reading LUT data 2336 times
|
|
A class to use LUTs for TRGCDC.
Definition at line 39 of file LUT.h.
◆ m_bitsize
Input bit size.
Definition at line 75 of file LUT.h.
◆ m_data
LUT data.
Definition at line 72 of file LUT.h.
◆ m_name
LUT name.
Definition at line 78 of file LUT.h.
The documentation for this class was generated from the following files: