/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Event/ZddEvent/ZddEvent-00-00-04/src/ZddChannel.cxx

Go to the documentation of this file.
00001 #include "ZddEvent/ZddChannel.h"
00002 
00003 ZddChannel::ZddChannel()
00004     : m_chId(-1),m_scanCode(0)
00005 {
00006 }
00007 
00008 ZddChannel::~ZddChannel()
00009 {
00010     Fragments::iterator end = m_frags.end();
00011     for ( Fragments::iterator it = m_frags.begin(); it != end; ++it ) {
00012         delete [] it->sample;
00013     }
00014 }

Generated on Tue Nov 29 23:11:44 2016 for BOSS_7.0.2 by  doxygen 1.4.7