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;
virtual ~V0Candidate()
Destructor.
virtual V0Candidate * clone() const
Clone method.
V0Candidate & operator=(const V0Candidate &rhs)
Assignement constructor.
std::vector< Trk::V0Hypothesis * > m_v0Hyp
V0Candidate()
Default constructor.
std::vector< Trk::V0Hypothesis * > * v0Hypothesis(void)
Unconst access to the vector of V0Hypothesis Required by the finder to set the element links properly...
Ensure that the ATLAS eigen extensions are properly loaded.