ATLAS Offline Software
Loading...
Searching...
No Matches
ActsTrk::CellContainer< coordinates_t, NDIM, index_t >::ClusterRange Struct Reference

#include <CellContainer.h>

Collaboration diagram for ActsTrk::CellContainer< coordinates_t, NDIM, index_t >::ClusterRange:

Public Member Functions

unsigned int nClusters () const

Public Attributes

unsigned int cellBeginIndex
unsigned int clusterRangeBeginIndex
unsigned int clusterRangeEndIndex
unsigned int idHash

Detailed Description

template<typename coordinates_t, std::size_t NDIM, std::unsigned_integral index_t>
struct ActsTrk::CellContainer< coordinates_t, NDIM, index_t >::ClusterRange

Definition at line 61 of file CellContainer.h.

Member Function Documentation

◆ nClusters()

template<typename coordinates_t, std::size_t NDIM, std::unsigned_integral index_t>
unsigned int ActsTrk::CellContainer< coordinates_t, NDIM, index_t >::ClusterRange::nClusters ( ) const
inline

Definition at line 66 of file CellContainer.h.

66 {
67 return static_cast<unsigned int>(clusterRangeEndIndex - clusterRangeBeginIndex );
68 }

Member Data Documentation

◆ cellBeginIndex

template<typename coordinates_t, std::size_t NDIM, std::unsigned_integral index_t>
unsigned int ActsTrk::CellContainer< coordinates_t, NDIM, index_t >::ClusterRange::cellBeginIndex

Definition at line 62 of file CellContainer.h.

◆ clusterRangeBeginIndex

template<typename coordinates_t, std::size_t NDIM, std::unsigned_integral index_t>
unsigned int ActsTrk::CellContainer< coordinates_t, NDIM, index_t >::ClusterRange::clusterRangeBeginIndex

Definition at line 63 of file CellContainer.h.

◆ clusterRangeEndIndex

template<typename coordinates_t, std::size_t NDIM, std::unsigned_integral index_t>
unsigned int ActsTrk::CellContainer< coordinates_t, NDIM, index_t >::ClusterRange::clusterRangeEndIndex

Definition at line 64 of file CellContainer.h.

◆ idHash

template<typename coordinates_t, std::size_t NDIM, std::unsigned_integral index_t>
unsigned int ActsTrk::CellContainer< coordinates_t, NDIM, index_t >::ClusterRange::idHash

Definition at line 65 of file CellContainer.h.


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