#include <V0Candidate.h>
Definition at line 32 of file V0Candidate.h.
◆ V0Candidate() [1/4]
Trk::V0Candidate::V0Candidate |
( |
| ) |
|
◆ V0Candidate() [2/4]
◆ V0Candidate() [3/4]
◆ V0Candidate() [4/4]
Copy constructor.
Definition at line 39 of file V0Candidate.cxx.
44 if(0!=(*
i))
delete (*i);
◆ ~V0Candidate()
Trk::V0Candidate::~V0Candidate |
( |
| ) |
|
|
virtual |
◆ clone()
◆ operator=() [1/2]
Assignement constructor.
Definition at line 59 of file V0Candidate.cxx.
60 if(0!=(*
i))
delete (*i);
66 std::vector<Trk::V0Hypothesis *>::const_iterator itr = rhs.m_v0Hyp.begin();
67 std::vector<Trk::V0Hypothesis *>::const_iterator itre = rhs.m_v0Hyp.end();
68 for(;itr!=itre;++itr)
m_v0Hyp.push_back((*itr)->clone());
77 m_v0Hyp = std::move(rhs.m_v0Hyp);
◆ operator=() [2/2]
◆ v0Hypothesis() [1/2]
Unconst access to the vector of V0Hypothesis Required by the finder to set the element links properly.
Definition at line 91 of file V0Candidate.h.
◆ v0Hypothesis() [2/2]
◆ m_v0Hyp
The documentation for this class was generated from the following files: