LDMX Software
|
The Grid
template class provides a generic binned Grid
implementation in $N$ dimensions. Grid
accepts a variadic list of Axis
types, where the number of axes equals the number of desired dimensions of the Grid
.
Axis
accepts two template parameters:
where
AxisType
defines whether an axis is fully determined by $x_\text{min}$, $x_\text{max}$ and $N_\text{bins}$, or if there are variable bin boundaries $x_i =x_1, \ldots x_N