/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Event/RootEventData/RootEventData-00-03-80/src/TEvtRecPrimaryVertex.cxx

Go to the documentation of this file.
00001 #include "RootEventData/TEvtRecPrimaryVertex.h"
00002 
00003 ClassImp(TEvtRecPrimaryVertex)
00004 
00005 TEvtRecPrimaryVertex::TEvtRecPrimaryVertex() :
00006   m_isValid(false),
00007   m_nTracks(-1),
00008   m_trackIdList(0), 
00009   m_chi2(999.9), 
00010   m_ndof(-3), 
00011   m_fitMethod(-1)
00012 {
00013   for (int i = 0 ; i < 3; i++) {
00014     m_vtx[i] = 0.;
00015   }
00016   for (int i = 0; i < 6; i++) {
00017     m_Evtx[i] = 0.;
00018   }
00019 }
00020 
00021 TEvtRecPrimaryVertex::~TEvtRecPrimaryVertex() {
00022 }

Generated on Tue Nov 29 23:11:41 2016 for BOSS_7.0.2 by  doxygen 1.4.7