BOSS
7.0.9
BESIII Offline Software System
Loading...
Searching...
No Matches
ZddEvent.cxx
Go to the documentation of this file.
1
#include "
ZddEvent/ZddEvent.h
"
2
#include "
ZddEvent/ZddBoard.h
"
3
#include "
ZddEvent/ZddChannel.h
"
4
5
using
Event::ZddEvent
;
6
7
ZddEvent::ZddEvent
()
8
: DataObject()
9
{
10
}
11
12
ZddEvent::~ZddEvent
()
13
{
14
Boards::iterator end1 = m_bds.end();
15
for
( Boards::iterator it = m_bds.begin(); it != end1; ++it ) {
16
delete
(*it);
17
}
18
19
Channels::iterator end2 = m_chs.end();
20
for
( Channels::iterator it = m_chs.begin(); it != end2; ++it ) {
21
delete
(*it);
22
}
23
}
ZddBoard.h
ZddChannel.h
ZddEvent.h
Event::ZddEvent
Definition:
ZddEvent.h:15
Event::ZddEvent::ZddEvent
ZddEvent()
Definition:
ZddEvent.cxx:7
Event::ZddEvent::~ZddEvent
virtual ~ZddEvent()
Definition:
ZddEvent.cxx:12
source
Event
ZddEvent
ZddEvent-00-00-04
src
ZddEvent.cxx
Generated by
1.9.6