All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
lar_cluster3d::HoughSeedFinderAlg::SortBinIndexList Struct Reference

Public Member Functions

bool operator() (const HoughSeedFinderAlg::RhoThetaAccumulatorBinMap::iterator &left, const HoughSeedFinderAlg::RhoThetaAccumulatorBinMap::iterator &right)
 This is used to sort bins in Hough Space. More...
 

Detailed Description

Definition at line 200 of file HoughSeedFinderAlg.cxx.

Member Function Documentation

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.

207  {
208  size_t leftSize = left->second.getAccumulatorValues().size();
209  size_t rightSize = right->second.getAccumulatorValues().size();
210 
211  return leftSize > rightSize;
212  }
walls no right
Definition: selectors.fcl:105
walls no left
Definition: selectors.fcl:105

The documentation for this struct was generated from the following file: