#include <SegmentCandidate.h>
Definition at line 21 of file SegmentCandidate.h.
◆ SegmentCandidate() [1/2]
| TrkDriftCircleMath::SegmentCandidate::SegmentCandidate |
( |
const Line & | l, |
|
|
const DCVec & | dcs, |
|
|
const CLVec & | clusters ) |
|
inline |
Definition at line 23 of file SegmentCandidate.h.
const DCVec & dcs() const
const CLVec & clusters() const
◆ SegmentCandidate() [2/2]
| TrkDriftCircleMath::SegmentCandidate::SegmentCandidate |
( |
const Segment & | segment | ) |
|
Definition at line 36 of file SegmentCandidate.cxx.
37 m_dcs.reserve(seg.dcs().size());
40 for (;
it != itEnd; ++
it) {
m_dcs.push_back(*it); }
41 }
DCOnTrackVec::const_iterator DCOnTrackCit
◆ ~SegmentCandidate()
| virtual TrkDriftCircleMath::SegmentCandidate::~SegmentCandidate |
( |
| ) |
|
|
inlinevirtual |
◆ clusters() [1/2]
| const CLVec & TrkDriftCircleMath::SegmentCandidate::clusters |
( |
| ) |
const |
|
inline |
◆ clusters() [2/2]
| void TrkDriftCircleMath::SegmentCandidate::clusters |
( |
const CLVec & | cls | ) |
|
|
inline |
◆ dcs() [1/2]
| const DCVec & TrkDriftCircleMath::SegmentCandidate::dcs |
( |
| ) |
const |
|
inline |
◆ dcs() [2/2]
| void TrkDriftCircleMath::SegmentCandidate::dcs |
( |
const DCVec & | dcs | ) |
|
|
inline |
◆ line()
| const Line & TrkDriftCircleMath::SegmentCandidate::line |
( |
| ) |
const |
|
inline |
◆ m_clusters
| CLVec TrkDriftCircleMath::SegmentCandidate::m_clusters |
|
private |
◆ m_dcs
| DCVec TrkDriftCircleMath::SegmentCandidate::m_dcs |
|
private |
◆ m_line
| Line TrkDriftCircleMath::SegmentCandidate::m_line |
|
private |
The documentation for this class was generated from the following files: