|
ACTS
Experiment-independent tracking
|
Templated base generator for variable axis as a tuple - 1D. More...
#include <Acts/Utilities/GridAxisGenerators.hpp>
Public Types | |
| template<typename T> | |
| using | grid_type = Grid<T, Axis<AxisType::Variable, aType>> |
| Broadcast the grid type. | |
| using | return_type = std::tuple<Axis<AxisType::Variable, aType>> |
| Broadcast the return_type. | |
Public Member Functions | |
| return_type | operator() () const |
| Call operator that generates the Axis. | |
Public Attributes | |
| std::vector< double > | edges = {} |
| Bin edges for the variable axis. | |
Templated base generator for variable axis as a tuple - 1D.
| aType | the type of the axis (Bound, Closed, Open) |
| using Acts::GridAxisGenerators::Var< aType >::grid_type = Grid<T, Axis<AxisType::Variable, aType>> |
Broadcast the grid type.
| using Acts::GridAxisGenerators::Var< aType >::return_type = std::tuple<Axis<AxisType::Variable, aType>> |
Broadcast the return_type.
| return_type Acts::GridAxisGenerators::Var< aType >::operator() | ( | ) | const |
Call operator that generates the Axis.
| std::vector<double> Acts::GridAxisGenerators::Var< aType >::edges = {} |
Bin edges for the variable axis.