EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::detail::NeighborHoodIndices Class Reference

#include <acts/blob/sPHENIX/Core/include/Acts/Utilities/detail/Axis.hpp>

Classes

class  iterator
 

Public Member Functions

 NeighborHoodIndices ()=default
 
 NeighborHoodIndices (size_t begin, size_t end)
 
 NeighborHoodIndices (size_t begin1, size_t end1, size_t begin2, size_t end2)
 
iterator begin () const
 
iterator end () const
 
size_t size () const
 
std::vector< size_t > collect () const
 

Private Attributes

size_t m_begin1 = 0
 
size_t m_end1 = 0
 
size_t m_begin2 = 0
 
size_t m_end2 = 0
 

Detailed Description

Definition at line 32 of file Axis.hpp.

View newest version in sPHENIX GitHub at line 32 of file Axis.hpp

Constructor & Destructor Documentation

Acts::detail::NeighborHoodIndices::NeighborHoodIndices ( )
default
Acts::detail::NeighborHoodIndices::NeighborHoodIndices ( size_t  begin,
size_t  end 
)
inline

Definition at line 36 of file Axis.hpp.

View newest version in sPHENIX GitHub at line 36 of file Axis.hpp

Acts::detail::NeighborHoodIndices::NeighborHoodIndices ( size_t  begin1,
size_t  end1,
size_t  begin2,
size_t  end2 
)
inline

Definition at line 39 of file Axis.hpp.

View newest version in sPHENIX GitHub at line 39 of file Axis.hpp

Member Function Documentation

iterator Acts::detail::NeighborHoodIndices::begin ( ) const
inline

Definition at line 77 of file Axis.hpp.

View newest version in sPHENIX GitHub at line 77 of file Axis.hpp

References m_begin1, m_begin2, and m_end1.

std::vector<size_t> Acts::detail::NeighborHoodIndices::collect ( ) const
inline

Definition at line 85 of file Axis.hpp.

View newest version in sPHENIX GitHub at line 85 of file Axis.hpp

References size().

+ Here is the call graph for this function:

iterator Acts::detail::NeighborHoodIndices::end ( ) const
inline

Definition at line 79 of file Axis.hpp.

View newest version in sPHENIX GitHub at line 79 of file Axis.hpp

References m_end2.

size_t Acts::detail::NeighborHoodIndices::size ( ) const
inline

Definition at line 82 of file Axis.hpp.

View newest version in sPHENIX GitHub at line 82 of file Axis.hpp

References m_begin1, m_begin2, m_end1, and m_end2.

Referenced by collect().

+ Here is the caller graph for this function:

Member Data Documentation

size_t Acts::detail::NeighborHoodIndices::m_begin1 = 0
private

Definition at line 95 of file Axis.hpp.

View newest version in sPHENIX GitHub at line 95 of file Axis.hpp

Referenced by begin(), and size().

size_t Acts::detail::NeighborHoodIndices::m_begin2 = 0
private

Definition at line 95 of file Axis.hpp.

View newest version in sPHENIX GitHub at line 95 of file Axis.hpp

Referenced by begin(), and size().

size_t Acts::detail::NeighborHoodIndices::m_end1 = 0
private

Definition at line 95 of file Axis.hpp.

View newest version in sPHENIX GitHub at line 95 of file Axis.hpp

Referenced by begin(), and size().

size_t Acts::detail::NeighborHoodIndices::m_end2 = 0
private

Definition at line 95 of file Axis.hpp.

View newest version in sPHENIX GitHub at line 95 of file Axis.hpp

Referenced by end(), and size().


The documentation for this class was generated from the following file: