24 int positiveTrackID,
int negativeTrackID,
int constraintID):
25 ExtendedVxCandidate(vxCandidate),
26 m_positiveTrackID(positiveTrackID), m_negativeTrackID(negativeTrackID), m_constraintID(constraintID) {}
28 V0Hypothesis::V0Hypothesis(
const Trk::RecVertex& recVertex,
const std::vector<Trk::VxTrackAtVertex *>& vxTrackAtVertex,
29 const Amg::MatrixX * fullCov,
int positiveTrackID,
int negativeTrackID,
int constraintID):
31 m_positiveTrackID(positiveTrackID), m_negativeTrackID(negativeTrackID), m_constraintID(constraintID) {}
41 this->ExtendedVxCandidate::operator=(rhs);
49 V0Hypothesis::V0Hypothesis(
const V0Hypothesis& rhs) =
default;
51 V0Hypothesis::~V0Hypothesis() =
default;