ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/Core/include/Acts/Utilities/detail/grid_helper.hpp>
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 30 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 30 of file grid_helper.hpp
|
inline |
Definition at line 35 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 35 of file grid_helper.hpp
References Acts::detail::GlobalNeighborHoodIndices< DIM >::m_globalStrides.
|
inline |
Definition at line 103 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 103 of file grid_helper.hpp
References Acts::detail::GlobalNeighborHoodIndices< DIM >::m_localIndices.
|
inline |
Definition at line 123 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 123 of file grid_helper.hpp
References incremental_prev_tag::idx, and Acts::detail::GlobalNeighborHoodIndices< DIM >::size().
|
inline |
Definition at line 111 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 111 of file grid_helper.hpp
Referenced by Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::operator++().
|
inline |
Definition at line 114 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 114 of file grid_helper.hpp
References Acts::detail::GlobalNeighborHoodIndices< DIM >::m_localIndices.
Referenced by Acts::detail::GlobalNeighborHoodIndices< DIM >::collect().
|
private |
Definition at line 134 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 134 of file grid_helper.hpp
Referenced by Acts::detail::GlobalNeighborHoodIndices< DIM >::GlobalNeighborHoodIndices(), and Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::operator*().
|
private |
Definition at line 133 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 133 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().