ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/Core/include/Acts/Seeding/BinnedSPGroup.hpp>
Public Member Functions | |
Neighborhood ()=delete | |
Neighborhood (std::vector< size_t > indices, const SpacePointGrid< external_spacepoint_t > *spgrid) | |
NeighborhoodIterator < external_spacepoint_t > | begin () |
NeighborhoodIterator < external_spacepoint_t > | end () |
Private Attributes | |
std::vector< size_t > | m_indices |
const SpacePointGrid < external_spacepoint_t > * | m_spgrid |
access iterators to access a group of bins returned by a BinFinder. Fulfills the range_expression interface
Definition at line 115 of file BinnedSPGroup.hpp.
View newest version in sPHENIX GitHub at line 115 of file BinnedSPGroup.hpp
|
delete |
|
inline |
Definition at line 118 of file BinnedSPGroup.hpp.
View newest version in sPHENIX GitHub at line 118 of file BinnedSPGroup.hpp
References Acts::Neighborhood< external_spacepoint_t >::m_indices, and Acts::Neighborhood< external_spacepoint_t >::m_spgrid.
|
inline |
Definition at line 123 of file BinnedSPGroup.hpp.
View newest version in sPHENIX GitHub at line 123 of file BinnedSPGroup.hpp
References Acts::NeighborhoodIterator< external_spacepoint_t >::begin(), Acts::Neighborhood< external_spacepoint_t >::m_indices, and Acts::Neighborhood< external_spacepoint_t >::m_spgrid.
|
inline |
Definition at line 127 of file BinnedSPGroup.hpp.
View newest version in sPHENIX GitHub at line 127 of file BinnedSPGroup.hpp
References Acts::Neighborhood< external_spacepoint_t >::m_indices, and Acts::Neighborhood< external_spacepoint_t >::m_spgrid.
|
private |
Definition at line 134 of file BinnedSPGroup.hpp.
View newest version in sPHENIX GitHub at line 134 of file BinnedSPGroup.hpp
Referenced by Acts::Neighborhood< external_spacepoint_t >::begin(), Acts::Neighborhood< external_spacepoint_t >::end(), and Acts::Neighborhood< external_spacepoint_t >::Neighborhood().
|
private |
Definition at line 135 of file BinnedSPGroup.hpp.
View newest version in sPHENIX GitHub at line 135 of file BinnedSPGroup.hpp
Referenced by Acts::Neighborhood< external_spacepoint_t >::begin(), Acts::Neighborhood< external_spacepoint_t >::end(), and Acts::Neighborhood< external_spacepoint_t >::Neighborhood().