#include <ZddBoard.h>
Definition at line 12 of file ZddBoard.h.
◆ Channels
◆ ZddBoard()
Definition at line 4 of file ZddBoard.cxx.
5 : m_evt(p_evt)
6{
7 m_evt->m_bds.push_back(this);
8}
◆ ~ZddBoard()
◆ addChannel()
Definition at line 14 of file ZddBoard.cxx.
15{
17 m_evt->m_chs.push_back(
ch);
18}
◆ channels()
const Channels & ZddBoard::channels |
( |
| ) |
const |
|
inline |
◆ getBoardId()
int ZddBoard::getBoardId |
( |
| ) |
const |
|
inline |
◆ getCounter()
int ZddBoard::getCounter |
( |
| ) |
const |
|
inline |
◆ getTimeTag()
int ZddBoard::getTimeTag |
( |
| ) |
const |
|
inline |
◆ setBoardId()
void ZddBoard::setBoardId |
( |
int | boardId | ) |
|
|
inline |
Definition at line 29 of file ZddBoard.h.
29{ m_boradId = boardId; }
◆ setCounter()
void ZddBoard::setCounter |
( |
int | counter | ) |
|
|
inline |
Definition at line 30 of file ZddBoard.h.
30{ m_counter = counter; }
◆ setTimeTag()
void ZddBoard::setTimeTag |
( |
int | timeTag | ) |
|
|
inline |
Definition at line 31 of file ZddBoard.h.
31{ m_timeTag = timeTag; }
The documentation for this class was generated from the following files: