|
bool | operator() (const HoughSeedFinderAlg::RhoThetaAccumulatorBinMap::iterator &left, const HoughSeedFinderAlg::RhoThetaAccumulatorBinMap::iterator &right) |
| This is used to sort bins in Hough Space. More...
|
|
Definition at line 200 of file HoughSeedFinderAlg.cxx.
bool lar_cluster3d::HoughSeedFinderAlg::SortBinIndexList::operator() |
( |
const HoughSeedFinderAlg::RhoThetaAccumulatorBinMap::iterator & |
left, |
|
|
const HoughSeedFinderAlg::RhoThetaAccumulatorBinMap::iterator & |
right |
|
) |
| |
|
inline |
This is used to sort bins in Hough Space.
Definition at line 205 of file HoughSeedFinderAlg.cxx.
208 size_t leftSize =
left->second.getAccumulatorValues().size();
209 size_t rightSize =
right->second.getAccumulatorValues().size();
211 return leftSize > rightSize;
The documentation for this struct was generated from the following file: