BOSS 7.0.2
BESIII Offline Software System
Loading...
Searching...
No Matches
TEvtRecVeeVertex.cxx
Go to the documentation of this file.
1#include "RootEventData/TEvtRecVeeVertex.h"
2
4
6 m_vertexId(-1),
7 m_vertexType(-1),
8 m_chi2(999.9),
9 m_ndof(-3),
10 m_mass(0.),
11 m_nCharge(-1),
12 m_nTracks(-1)
13{
14 for (int i = 0; i < 7; i++) {
15 m_w[i] = 0;
16 }
17 for (int i = 0; i < 28; i++) {
18 m_Ew[i] = 0;
19 }
20 m_pair[0] = m_pair[1] = -1;
21 m_daughter[0] = m_daughter[1] = -1;
22}
23
25}
ClassImp(TEvtRecVeeVertex) TEvtRecVeeVertex