|
ACTS
Experiment-independent tracking
|
Templated base generator for equidistant axis as a tuple - 1D. More...
#include <Acts/Utilities/GridAxisGenerators.hpp>
Public Types | |
| template<typename T> | |
| using | grid_type = Grid<T, Axis<AxisType::Equidistant, aType>> |
| Broadcast the grid type. | |
| using | return_type = std::tuple<Axis<AxisType::Equidistant, aType>> |
| Broadcast the return_type. | |
Public Member Functions | |
| return_type | operator() () const |
| Call operator that generates the Axis. | |
Public Attributes | |
| std::size_t | nBins = 0u |
| Number of bins for the equidistant axis. | |
| std::array< double, 2u > | range = {} |
| Range [min, max] for the equidistant axis. | |
Templated base generator for equidistant axis as a tuple - 1D.
| aType | the type of the axis (Bound, Closed, Open) |
| using Acts::GridAxisGenerators::Eq< aType >::grid_type = Grid<T, Axis<AxisType::Equidistant, aType>> |
Broadcast the grid type.
| using Acts::GridAxisGenerators::Eq< aType >::return_type = std::tuple<Axis<AxisType::Equidistant, aType>> |
Broadcast the return_type.
| return_type Acts::GridAxisGenerators::Eq< aType >::operator() | ( | ) | const |
Call operator that generates the Axis.
| std::size_t Acts::GridAxisGenerators::Eq< aType >::nBins = 0u |
Number of bins for the equidistant axis.
| std::array<double, 2u> Acts::GridAxisGenerators::Eq< aType >::range = {} |
Range [min, max] for the equidistant axis.