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

Definition of a cell to be used by the in-place clusterization. More...

#include <CellContainer.h>

Collaboration diagram for ActsTrk::CellTmpl< coordinates_t, NDIM, index_t >:

Public Member Functions

 CellTmpl (const std::array< coordinates_t, NDIM > &the_coordinates, index_t src_index)

Public Attributes

std::array< coordinates_t, NDIM > coordinates
 the coordinates of the cell on the regular grid
index_t label
 a label which will be assigned by the clusterization
index_t srcIndex
 the index to find the source cell

Detailed Description

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

Definition of a cell to be used by the in-place clusterization.

Definition at line 18 of file CellContainer.h.

Constructor & Destructor Documentation

◆ CellTmpl()

template<typename coordinates_t, std::size_t NDIM, std::unsigned_integral index_t>
ActsTrk::CellTmpl< coordinates_t, NDIM, index_t >::CellTmpl ( const std::array< coordinates_t, NDIM > & the_coordinates,
index_t src_index )
inline

Definition at line 19 of file CellContainer.h.

Definition of a cell to be used by the in-place clusterization.
index_t label
a label which will be assigned by the clusterization
index_t srcIndex
the index to find the source cell
std::array< coordinates_t, NDIM > coordinates
the coordinates of the cell on the regular grid

Member Data Documentation

◆ coordinates

template<typename coordinates_t, std::size_t NDIM, std::unsigned_integral index_t>
std::array<coordinates_t, NDIM> ActsTrk::CellTmpl< coordinates_t, NDIM, index_t >::coordinates

the coordinates of the cell on the regular grid

Definition at line 22 of file CellContainer.h.

◆ label

template<typename coordinates_t, std::size_t NDIM, std::unsigned_integral index_t>
index_t ActsTrk::CellTmpl< coordinates_t, NDIM, index_t >::label

a label which will be assigned by the clusterization

Definition at line 23 of file CellContainer.h.

◆ srcIndex

template<typename coordinates_t, std::size_t NDIM, std::unsigned_integral index_t>
index_t ActsTrk::CellTmpl< coordinates_t, NDIM, index_t >::srcIndex

the index to find the source cell

Definition at line 24 of file CellContainer.h.


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