BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
TEvtRecPrimaryVertex.cxx
Go to the documentation of this file.
1#include "RootEventData/TEvtRecPrimaryVertex.h"
2
4
6 : m_isValid( false )
7 , m_nTracks( -1 )
8 , m_trackIdList( 0 )
9 , m_chi2( 999.9 )
10 , m_ndof( -3 )
11 , m_fitMethod( -1 ) {
12 for ( int i = 0; i < 3; i++ ) { m_vtx[i] = 0.; }
13 for ( int i = 0; i < 6; i++ ) { m_Evtx[i] = 0.; }
14}
15
ClassImp(TEvtRecPrimaryVertex)