BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
ZddBoard.cxx
Go to the documentation of this file.
1#include "ZddEvent/ZddBoard.h"
2#include "ZddEvent/ZddEvent.h"
3
4ZddBoard::ZddBoard( Event::ZddEvent* p_evt ) : m_evt( p_evt ) {
5 m_evt->m_bds.push_back( this );
6}
7
9
11 m_chs.push_back( ch );
12 m_evt->m_chs.push_back( ch );
13}
void addChannel(ZddChannel *ch)
Definition ZddBoard.cxx:10
ZddBoard(Event::ZddEvent *p_evt)
Definition ZddBoard.cxx:4
virtual ~ZddBoard()
Definition ZddBoard.cxx:8