Class for a lookup table.
More...
#include <ECLWaveformData.h>
|
| | ECLLookupTable () |
| | Constructor.
|
| |
| unsigned int | operator[] (unsigned int key) const |
| | Array-like access operator.
|
| |
| unsigned int & | operator[] (unsigned int key) |
| | Array-like access operator.
|
| |
|
| std::vector< unsigned int > | m_content |
| | index to index lookup table
|
| |
Class for a lookup table.
Definition at line 230 of file ECLWaveformData.h.
◆ ECLLookupTable()
Constructor.
Definition at line 233 of file ECLWaveformData.h.
std::vector< unsigned int > m_content
index to index lookup table
const int c_NCrystals
Number of crystals.
◆ operator[]() [1/2]
| unsigned int & operator[] |
( |
unsigned int |
key | ) |
|
|
inline |
◆ operator[]() [2/2]
| unsigned int operator[] |
( |
unsigned int |
key | ) |
const |
|
inline |
◆ m_content
| std::vector<unsigned int> m_content |
|
private |
The documentation for this class was generated from the following file: