![]() |
ATLAS Offline Software
|
A possible Cell type, that can be clustered. More...
#include <InPlaceClusterization.h>
Public Member Functions | |
| Cell (const std::array< coordinates_t, N > &the_coordinates, index_t src_index) | |
Public Attributes | |
| std::array< coordinates_t, N > | 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 | |
A possible Cell type, that can be clustered.
| coordinates_t | are expected to be signed integers |
| index_t | should be an unsigned integer |
Definition at line 62 of file InPlaceClusterization.h.
|
inline |
Definition at line 63 of file InPlaceClusterization.h.
| std::array<coordinates_t, N> Acts::InPlaceClusterization::Cell< coordinates_t, N, index_t >::coordinates |
the coordinates of the cell on the regular grid
Definition at line 67 of file InPlaceClusterization.h.
| index_t Acts::InPlaceClusterization::Cell< coordinates_t, N, index_t >::label |
a label which will be assigned by the clusterization
Definition at line 68 of file InPlaceClusterization.h.
| index_t Acts::InPlaceClusterization::Cell< coordinates_t, N, index_t >::srcIndex |
the index to find the source cell
Definition at line 69 of file InPlaceClusterization.h.