18 std::vector< std::vector<TLorentzVector> > moms,
19 std::vector< Amg::MatrixX > covs,
20 int nDoF,
double Chi2 ) :
21 VxSecVertexInfo(std::move(vertices)), m_particleMomAtVertex(std::move(moms)),
22 m_covarianceAtVertex(std::move(covs)), m_nDoF(nDoF), m_fullChi2(Chi2)