![]() |
ATLAS Offline Software
|
#include <TrigSeedML_LUT.h>
Public Member Functions | |
| TrigSeedML_LUT () | |
| TrigSeedML_LUT (int id, int w, int h, float c[4]) | |
| TrigSeedML_LUT (const TrigSeedML_LUT &tsl) | |
| ~TrigSeedML_LUT () | |
| bool | check (float fX, float fY) const |
| bool | getValidRange (float fX, float &min, float &max) const |
| void | initialize () |
| void | setBin (int r, int c) |
| void | generate (float offset, float slope, float hwm, float hwp) |
Public Attributes | |
| int | m_id |
| int | m_w |
| int | m_h |
| float | m_c [4] |
| std::vector< unsigned char > | m_data |
| float | m_invBinWidthX |
| float | m_invBinWidthY |
Definition at line 10 of file TrigSeedML_LUT.h.
|
inline |
Definition at line 12 of file TrigSeedML_LUT.h.
|
inline |
Definition at line 14 of file TrigSeedML_LUT.h.
|
inline |
|
inline |
Definition at line 25 of file TrigSeedML_LUT.h.
|
inline |
Definition at line 27 of file TrigSeedML_LUT.h.
|
inline |
Definition at line 74 of file TrigSeedML_LUT.h.
|
inline |
Definition at line 37 of file TrigSeedML_LUT.h.
|
inline |
Definition at line 64 of file TrigSeedML_LUT.h.
|
inline |
Definition at line 70 of file TrigSeedML_LUT.h.
| float TrigSeedML_LUT::m_c[4] |
Definition at line 103 of file TrigSeedML_LUT.h.
| std::vector<unsigned char> TrigSeedML_LUT::m_data |
Definition at line 104 of file TrigSeedML_LUT.h.
| int TrigSeedML_LUT::m_h |
Definition at line 102 of file TrigSeedML_LUT.h.
| int TrigSeedML_LUT::m_id |
Definition at line 101 of file TrigSeedML_LUT.h.
| float TrigSeedML_LUT::m_invBinWidthX |
Definition at line 105 of file TrigSeedML_LUT.h.
| float TrigSeedML_LUT::m_invBinWidthY |
Definition at line 105 of file TrigSeedML_LUT.h.
| int TrigSeedML_LUT::m_w |
Definition at line 102 of file TrigSeedML_LUT.h.