![]() |
ATLAS Offline Software
|
Functions | |
| template<typename cell_t> | |
| constexpr auto | getCellDimension () |
| template<typename cell_t> | |
| auto | getCellCoordinate (const cell_t &a, unsigned int axis_i) |
| Get the coordinates of a cell. | |
| template<typename cell_t, std::unsigned_integral index_t> | |
| void | setLabel (cell_t &a, index_t label) |
| Set a label for a given cell the label type must fit numbers as high as the number of cells which are clustered. | |
| template<typename cell_t> | |
| auto | getLabel (const cell_t &a) |
| Get the label associated to the given cell. | |
| auto Acts::InPlaceClusterization::traits::getCellCoordinate | ( | const cell_t & | a, |
| unsigned int | axis_i ) |
Get the coordinates of a cell.
| a | the cell |
| axis_i | the index of the axis (0 is the first axis). |
Definition at line 36 of file InPlaceClusterization.h.
|
constexpr |
Definition at line 23 of file InPlaceClusterization.h.
| auto Acts::InPlaceClusterization::traits::getLabel | ( | const cell_t & | a | ) |
Get the label associated to the given cell.
Definition at line 50 of file InPlaceClusterization.h.
| void Acts::InPlaceClusterization::traits::setLabel | ( | cell_t & | a, |
| index_t | label ) |
Set a label for a given cell the label type must fit numbers as high as the number of cells which are clustered.
Definition at line 44 of file InPlaceClusterization.h.