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