Template Class BinnedSPGroupIterator

Class Documentation

template<typename external_spacepoint_t>
class Acts::BinnedSPGroupIterator

iterate over all groups of bins a provided BinFinder can generate for each bin of a provided SPGrid

Public Functions

BinnedSPGroupIterator(const SpacePointGrid<external_spacepoint_t> *spgrid, BinFinder<external_spacepoint_t> *botBinFinder, BinFinder<external_spacepoint_t> *tBinFinder)
BinnedSPGroupIterator(const SpacePointGrid<external_spacepoint_t> *spgrid, BinFinder<external_spacepoint_t> *botBinFinder, BinFinder<external_spacepoint_t> *tBinFinder, size_t phiInd, size_t zInd)
Neighborhood<external_spacepoint_t> bottom()
Neighborhood<external_spacepoint_t> middle()
bool operator!=(const BinnedSPGroupIterator &otherState)
BinnedSPGroupIterator &operator++()
bool operator==(const BinnedSPGroupIterator &otherState)
Neighborhood<external_spacepoint_t> top()