ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/Tests/UnitTests/Core/Seeding/ATLASBottomBinFinder.hpp>
Public Member Functions | |
~ATLASBottomBinFinder ()=default | |
destructor | |
std::set< size_t > | findBins (size_t phiBin, size_t zBin, const SpacePointGrid< SpacePoint > *binnedSP) |
Definition at line 24 of file ATLASBottomBinFinder.hpp.
View newest version in sPHENIX GitHub at line 24 of file ATLASBottomBinFinder.hpp
|
default |
destructor
std::set< size_t > Acts::ATLASBottomBinFinder< SpacePoint >::findBins | ( | size_t | phiBin, |
size_t | zBin, | ||
const SpacePointGrid< SpacePoint > * | 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 12 of file ATLASBottomBinFinder.ipp.
View newest version in sPHENIX GitHub at line 12 of file ATLASBottomBinFinder.ipp
References Acts::detail::Grid< T, Axes >::neighborHoodIndices().