![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/sPHENIX/Tests/UnitTests/Core/Seeding/ATLASTopBinFinder.hpp>
Inheritance diagram for Acts::ATLASTopBinFinder< SpacePoint >:
Collaboration diagram for Acts::ATLASTopBinFinder< SpacePoint >:Public Member Functions | |
| ~ATLASTopBinFinder ()=default | |
| Virtual destructor. | |
| std::set< size_t > | findBins (size_t phiBin, size_t zBin, const SpacePointGrid< SpacePoint > *binnedSP) |
Definition at line 24 of file ATLASTopBinFinder.hpp.
View newest version in sPHENIX GitHub at line 24 of file ATLASTopBinFinder.hpp
|
default |
Virtual destructor.
| std::set< size_t > Acts::ATLASTopBinFinder< 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 11 of file ATLASTopBinFinder.ipp.
View newest version in sPHENIX GitHub at line 11 of file ATLASTopBinFinder.ipp
References Acts::detail::Grid< T, Axes >::neighborHoodIndices().
Here is the call graph for this function: