![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/sPHENIX/Core/include/Acts/Utilities/detail/grid_helper.hpp>
Collaboration diagram for Acts::detail::GlobalNeighborHoodIndices< DIM >:Classes | |
| class | iterator |
Public Member Functions | |
| GlobalNeighborHoodIndices (std::array< NeighborHoodIndices, DIM > &neighborIndices, const std::array< size_t, DIM > &nBinsArray) | |
| iterator | begin () const |
| iterator | end () const |
| size_t | size () const |
| std::vector< size_t > | collect () const |
Private Attributes | |
| std::array < NeighborHoodIndices, DIM > | m_localIndices |
| std::array< size_t, DIM-1 > | m_globalStrides |
Definition at line 32 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 32 of file grid_helper.hpp
|
inline |
Definition at line 37 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 37 of file grid_helper.hpp
References DIM, and Acts::detail::GlobalNeighborHoodIndices< DIM >::m_globalStrides.
|
inline |
Definition at line 105 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 105 of file grid_helper.hpp
References DIM, and Acts::detail::GlobalNeighborHoodIndices< DIM >::m_localIndices.
|
inline |
Definition at line 125 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 125 of file grid_helper.hpp
References Acts::detail::GlobalNeighborHoodIndices< DIM >::size().
Here is the call graph for this function:
|
inline |
Definition at line 113 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 113 of file grid_helper.hpp
Referenced by Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::operator++().
Here is the caller graph for this function:
|
inline |
Definition at line 116 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 116 of file grid_helper.hpp
References DIM, and Acts::detail::GlobalNeighborHoodIndices< DIM >::m_localIndices.
Referenced by Acts::detail::GlobalNeighborHoodIndices< DIM >::collect().
Here is the caller graph for this function:
|
private |
Definition at line 136 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 136 of file grid_helper.hpp
Referenced by Acts::detail::GlobalNeighborHoodIndices< DIM >::GlobalNeighborHoodIndices(), and Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::operator*().
|
private |
Definition at line 135 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 135 of file grid_helper.hpp
Referenced by Acts::detail::GlobalNeighborHoodIndices< DIM >::begin(), Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::operator++(), Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::operator==(), and Acts::detail::GlobalNeighborHoodIndices< DIM >::size().