|
ACTS
Experiment-independent tracking
|
Templated base generator for a variable, equidistant axes tuple - 2D. More...
#include <Acts/Utilities/GridAxisGenerators.hpp>
Public Types | |
| template<typename T> | |
| using | grid_type |
| Broadcast the grid type. | |
| using | return_type |
| 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. | |
| 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 a variable, equidistant axes tuple - 2D.
| aType | the type of the first axis (Bound, Closed, Open) |
| bType | the type of the second axis (Bound, Closed, Open) |
| using Acts::GridAxisGenerators::VarEq< aType, bType >::grid_type |
Broadcast the grid type.
| using Acts::GridAxisGenerators::VarEq< aType, bType >::return_type |
Broadcast the return_type.
| return_type Acts::GridAxisGenerators::VarEq< aType, bType >::operator() | ( | ) | const |
Call operator that generates the Axis.
| std::vector<double> Acts::GridAxisGenerators::VarEq< aType, bType >::edges = {} |
Bin edges for the variable axis.
| std::size_t Acts::GridAxisGenerators::VarEq< aType, bType >::nBins = 0u |
Number of bins for the equidistant axis.
| std::array<double, 2u> Acts::GridAxisGenerators::VarEq< aType, bType >::range = {} |
Range [min, max] for the equidistant axis.