BOSS
7.0.9
BESIII Offline Software System
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
x
z
Typedefs
b
c
d
e
g
h
i
l
m
n
o
p
r
s
t
v
Enumerations
Enumerator
a
b
c
d
e
f
i
k
l
m
n
o
p
r
s
t
u
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
v
w
Enumerations
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
v
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Related Functions
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
v
w
x
Files
File List
File Members
All
!
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
!
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
!
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
p
q
r
s
t
u
v
w
z
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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.hh
BesTruthTrack.hh
BesTruthVertex.hh
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