ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/Core/include/Acts/Seeding/BinFinder.hpp>
Public Member Functions | |
~BinFinder ()=default | |
destructor | |
std::vector< size_t > | findBins (size_t phiBin, size_t zBin, const SpacePointGrid< external_spacepoint_t > *binnedSP) |
The BinFinder is used by the ISPGroupSelector. It can be used to find both bins that could be bottom bins as well as bins that could be top bins, which are assumed to be the same bins. Does not take interaction region into account to limit z-bins.
Definition at line 22 of file BinFinder.hpp.
View newest version in sPHENIX GitHub at line 22 of file BinFinder.hpp
|
default |
destructor
std::vector< size_t > Acts::BinFinder< external_spacepoint_t >::findBins | ( | size_t | phiBin, |
size_t | zBin, | ||
const SpacePointGrid< external_spacepoint_t > * | binnedSP | ||
) |
Return all bins that could contain space points that can be used with the space points in the bin with the provided indices to create seeds.
phiBin | phi index of bin with middle space points |
zBin | z index of bin with middle space points |
binnedSP | phi-z grid containing all bins |
Definition at line 9 of file BinFinder.ipp.
View newest version in sPHENIX GitHub at line 9 of file BinFinder.ipp
References Acts::detail::Grid< T, Axes >::neighborHoodIndices().