BOSS 8.0.0
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 for ( int i = 0; i < 7; i++ ) { m_w[i] = 0; }
14 for ( int i = 0; i < 28; i++ ) { m_Ew[i] = 0; }
15 m_pair[0] = m_pair[1] = -1;
16 m_daughter[0] = m_daughter[1] = -1;
17}
18
ClassImp(TEvtRecVeeVertex)