Definition at line 100 of file HoughSeedFinderAlg.cxx.
lar_cluster3d::HoughSeedFinderAlg::AccumulatorBin::AccumulatorBin |
( |
| ) |
|
|
inline |
A utility class used to accumulate the above values.
One of these objects will exist for each "bin" in rho-theta space and this will be used to accumulate the 3D hits which contribute to this bin
Definition at line 108 of file HoughSeedFinderAlg.cxx.
lar_cluster3d::HoughSeedFinderAlg::AccumulatorBin::AccumulatorBin |
( |
AccumulatorValues & |
values | ) |
|
|
inline |
Definition at line 109 of file HoughSeedFinderAlg.cxx.
decltype(auto) values(Coll &&coll)
Range-for loop helper iterating across the values of the specified collection.
AccumulatorValuesVec m_accumulatorValuesVec
void lar_cluster3d::HoughSeedFinderAlg::AccumulatorBin::addAccumulatorValue |
( |
AccumulatorValues & |
value | ) |
|
|
inline |
const AccumulatorValuesVec& lar_cluster3d::HoughSeedFinderAlg::AccumulatorBin::getAccumulatorValues |
( |
| ) |
const |
|
inline |
bool lar_cluster3d::HoughSeedFinderAlg::AccumulatorBin::isInCluster |
( |
| ) |
const |
|
inline |
bool lar_cluster3d::HoughSeedFinderAlg::AccumulatorBin::isNoise |
( |
| ) |
const |
|
inline |
bool lar_cluster3d::HoughSeedFinderAlg::AccumulatorBin::isVisited |
( |
| ) |
const |
|
inline |
void lar_cluster3d::HoughSeedFinderAlg::AccumulatorBin::setInCluster |
( |
| ) |
|
|
inline |
void lar_cluster3d::HoughSeedFinderAlg::AccumulatorBin::setNoise |
( |
| ) |
|
|
inline |
void lar_cluster3d::HoughSeedFinderAlg::AccumulatorBin::setVisited |
( |
| ) |
|
|
inline |
bool lar_cluster3d::HoughSeedFinderAlg::AccumulatorBin::m_inCluster |
|
private |
bool lar_cluster3d::HoughSeedFinderAlg::AccumulatorBin::m_noise |
|
private |
bool lar_cluster3d::HoughSeedFinderAlg::AccumulatorBin::m_visited |
|
private |
The documentation for this class was generated from the following file: