![]() |
ATLAS Offline Software
|
Definition of a cell to be used by the in-place clusterization. More...
#include <CellContainer.h>
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 | |
Definition of a cell to be used by the in-place clusterization.
Definition at line 18 of file CellContainer.h.
|
inline |
Definition at line 19 of file CellContainer.h.
| 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.
| 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.
| 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.