BOSS
7.0.5
BESIII Offline Software System
Loading...
Searching...
No Matches
BesTruthEvent.cc
Go to the documentation of this file.
1
//---------------------------------------------------------------------------//
2
////// BOOST --- BESIII Object_Oriented Simulation Tool //
3
//////---------------------------------------------------------------------------//
4
//////Author : Dengzy
5
//////Created: Aug, 2004
6
//////Modified:
7
//////Comment:
8
//////$Id: BesTruthEvent.cc
9
//////Description:
10
11
#include "BesTruthEvent.hh"
12
#include "BesTruthTrack.hh"
13
#include "BesTruthVertex.hh"
14
15
BesTruthEvent::BesTruthEvent
()
16
:m_trackList(0), m_vertexList(0)
17
{;}
18
19
BesTruthEvent::~BesTruthEvent
()
20
{
21
/* for(size_t i=0;i<m_trackList->size();i++)
22
delete (*m_trackList)[i];
23
m_trackList->clear();
24
delete m_trackList;
25
26
for(size_t i=0;i<m_vertexList->size();i++)
27
delete (*m_vertexList)[i];
28
m_vertexList->clear();
29
delete m_vertexList;
30
*/
31
}
BesTruthEvent::~BesTruthEvent
~BesTruthEvent()
Definition:
BesTruthEvent.cc:19
BesTruthEvent::BesTruthEvent
BesTruthEvent()
Definition:
BesTruthEvent.cc:15
source
Simulation
BOOST
TruSim
TruSim-00-00-17
src
BesTruthEvent.cc
Generated by
1.9.6