Definition at line 282 of file HoughSeedFinderAlg.cxx.
lar_cluster3d::OrderHitsAlongWire::OrderHitsAlongWire |
( |
int |
view = 0 | ) |
|
|
inline |
lar_cluster3d::OrderHitsAlongWire::OrderHitsAlongWire |
( |
int |
view = 0 | ) |
|
|
inline |
lar_cluster3d::OrderHitsAlongWire::OrderHitsAlongWire |
( |
int |
plane = 0 | ) |
|
|
inline |
lar_cluster3d::OrderHitsAlongWire::OrderHitsAlongWire |
( |
int |
plane = 0 | ) |
|
|
inline |
Definition at line 123 of file SkeletonAlg.cxx.
125 for(
const auto leftHit : left->
getHits())
127 if (leftHit->WireID().Plane ==
m_plane)
129 for(
const auto rightHit : right->
getHits())
131 if (rightHit->WireID().Plane ==
m_plane)
133 return leftHit->WireID().Wire < rightHit->WireID().Wire;
const ClusterHit2DVec & getHits() const
Definition at line 129 of file SkeletonAlg.cxx.
131 int viewToCheck = (
m_view + 1) % 3;
133 return left->
getHits()[viewToCheck]->getHit().WireID().Wire < right->
getHits()[viewToCheck]->getHit().WireID().Wire;
const ClusterHit2DVec & getHits() const
Definition at line 287 of file HoughSeedFinderAlg.cxx.
289 int viewToCheck = (
m_view + 1) % 3;
291 return left->
getHits()[viewToCheck]->getHit().WireID().Wire < right->
getHits()[viewToCheck]->getHit().WireID().Wire;
const ClusterHit2DVec & getHits() const
Definition at line 309 of file HoughSeedFinderAlg.cxx.
311 int planeToCheck = (
m_plane + 1) % 3;
313 return left->
getHits()[planeToCheck]->WireID().Wire <
314 right->
getHits()[planeToCheck]->WireID().Wire;
const ClusterHit2DVec & getHits() const
size_t lar_cluster3d::OrderHitsAlongWire::m_plane |
|
private |
int lar_cluster3d::OrderHitsAlongWire::m_plane |
|
private |
int lar_cluster3d::OrderHitsAlongWire::m_view |
|
private |
The documentation for this class was generated from the following files: