CGEM BOSS 6.6.5.f
BESIII Offline Software System
Loading...
Searching...
No Matches
ZddChannel.cxx
Go to the documentation of this file.
1#include "ZddEvent/ZddChannel.h"
2
4 : m_chId(-1),m_scanCode(0)
5{
6}
7
9{
10 Fragments::iterator end = m_frags.end();
11 for ( Fragments::iterator it = m_frags.begin(); it != end; ++it ) {
12 delete [] it->sample;
13 }
14}
virtual ~ZddChannel()
Definition: ZddChannel.cxx:8