25 #ifndef TRKV0VERTEX_V0CANDIDATE_H
26 #define TRKV0VERTEX_V0CANDIDATE_H
45 V0Candidate(
const std::vector<Trk::V0Hypothesis *>& v0Hyp);
47 V0Candidate(std::vector<Trk::V0Hypothesis *>&& v0Hyp);
78 const std::vector<Trk::V0Hypothesis *>*
v0Hypothesis(
void)
const;
82 std::vector<Trk::V0Hypothesis * >
m_v0Hyp;