ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::GridAxisGenerators::VarVar< aType, bType > Struct Template Reference

Templated base generator for a two variable axes tuple - 2D. More...

#include <Acts/Utilities/GridAxisGenerators.hpp>

Inheritance diagram for Acts::GridAxisGenerators::VarVar< aType, bType >:
[legend]
Collaboration diagram for Acts::GridAxisGenerators::VarVar< aType, bType >:
[legend]

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 > edges0 = {}
 Bin edges for the first variable axis.
std::vector< double > edges1 = {}
 Bin edges for the second variable axis.

Detailed Description

template<AxisBoundaryType aType, AxisBoundaryType bType>
struct Acts::GridAxisGenerators::VarVar< aType, bType >

Templated base generator for a two variable axes tuple - 2D.

Template Parameters
aTypethe type of the first axis (Bound, Closed, Open)
bTypethe type of the second axis (Bound, Closed, Open)

Member Typedef Documentation

◆ grid_type

template<AxisBoundaryType aType, AxisBoundaryType bType>
template<typename T>
using Acts::GridAxisGenerators::VarVar< aType, bType >::grid_type
Initial value:
calculate bin indices from a given binning structure
Definition AxisDefinitions.hpp:147
class for describing a regular multi-dimensional grid
Definition Grid.hpp:141

Broadcast the grid type.

◆ return_type

template<AxisBoundaryType aType, AxisBoundaryType bType>
using Acts::GridAxisGenerators::VarVar< aType, bType >::return_type
Initial value:
std::tuple<Axis<AxisType::Variable, aType>,

Broadcast the return_type.

Member Function Documentation

◆ operator()()

template<AxisBoundaryType aType, AxisBoundaryType bType>
return_type Acts::GridAxisGenerators::VarVar< aType, bType >::operator() ( ) const

Call operator that generates the Axis.

Returns
Tuple containing two variable axes

Member Data Documentation

◆ edges0

template<AxisBoundaryType aType, AxisBoundaryType bType>
std::vector<double> Acts::GridAxisGenerators::VarVar< aType, bType >::edges0 = {}

Bin edges for the first variable axis.

◆ edges1

template<AxisBoundaryType aType, AxisBoundaryType bType>
std::vector<double> Acts::GridAxisGenerators::VarVar< aType, bType >::edges1 = {}

Bin edges for the second variable axis.