#include <TileBchWords.h>
Definition at line 12 of file TileBchWords.h.
◆ TileBchWords()
| TileBchWords::TileBchWords |
( |
| ) |
|
|
inline |
Definition at line 14 of file TileBchWords.h.
14:
m_words(std::vector<uint32_t>(2,0)) {}
std::vector< uint32_t > m_words
◆ ~TileBchWords()
| TileBchWords::~TileBchWords |
( |
| ) |
|
|
inline |
◆ getAdcWord()
| uint32_t TileBchWords::getAdcWord |
( |
| ) |
const |
|
inline |
◆ getChnWord()
| uint32_t TileBchWords::getChnWord |
( |
| ) |
const |
|
inline |
◆ operator[]() [1/2]
| uint32_t & TileBchWords::operator[] |
( |
unsigned int | idx | ) |
|
|
inline |
Definition at line 27 of file TileBchWords.h.
28{
29 if(idx>1) throw TileCalib::IndexOutOfRange("TileBchWords::operator[]", idx, 1);
31}
◆ operator[]() [2/2]
| const uint32_t & TileBchWords::operator[] |
( |
unsigned int | idx | ) |
const |
|
inline |
Definition at line 36 of file TileBchWords.h.
37{
38 if(idx>1) throw TileCalib::IndexOutOfRange("TileBchWords::operator[]", idx, 1);
40}
◆ m_words
| std::vector<uint32_t> TileBchWords::m_words |
|
private |
The documentation for this class was generated from the following file: