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>
Public Member Functions | |
iterator ()=default | |
iterator (const GlobalNeighborHoodIndices &parent, std::array< NeighborHoodIndices::iterator, DIM > &&localIndicesIter) | |
size_t | operator* () const |
iterator & | operator++ () |
bool | operator== (const iterator &it) |
bool | operator!= (const iterator &it) |
Private Attributes | |
std::array < NeighborHoodIndices::iterator, DIM > | m_localIndicesIter |
const GlobalNeighborHoodIndices * | m_parent = nullptr |
Definition at line 48 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 48 of file grid_helper.hpp
|
default |
|
inline |
Definition at line 52 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 52 of file grid_helper.hpp
|
inline |
Definition at line 96 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 96 of file grid_helper.hpp
References it.
|
inline |
Definition at line 56 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 56 of file grid_helper.hpp
References Acts::detail::GlobalNeighborHoodIndices< DIM >::m_globalStrides, Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::m_localIndicesIter, and Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::m_parent.
|
inline |
Definition at line 66 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 66 of file grid_helper.hpp
References Acts::detail::GlobalNeighborHoodIndices< DIM >::end(), Acts::detail::GlobalNeighborHoodIndices< DIM >::m_localIndices, Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::m_localIndicesIter, and Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::m_parent.
|
inline |
Definition at line 85 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 85 of file grid_helper.hpp
References Acts::detail::GlobalNeighborHoodIndices< DIM >::m_localIndices, Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::m_localIndicesIter, and Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::m_parent.
|
private |
Definition at line 99 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 99 of file grid_helper.hpp
Referenced by Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::operator*(), Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::operator++(), and Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::operator==().
|
private |
Definition at line 100 of file grid_helper.hpp.
View newest version in sPHENIX GitHub at line 100 of file grid_helper.hpp
Referenced by Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::operator*(), Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::operator++(), and Acts::detail::GlobalNeighborHoodIndices< DIM >::iterator::operator==().