|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Regular two-dimensional grid of likelihood-scan evaluations. More...
#include <StatisticManager.h>

Public Attributes | |
| ParamId | x_param |
| Identifier of the first scanned parameter. | |
| ParamId | y_param |
| Identifier of the second scanned parameter. | |
| double | x_center = 0.0 |
| Reference value used as the scan center on x. | |
| double | y_center = 0.0 |
| Reference value used as the scan center on y. | |
| std::size_t | nx = 0 |
| Number of grid points along x. | |
| std::size_t | ny = 0 |
| Number of grid points along y. | |
| std::vector< LikelihoodScanPoint > | points |
| Flattened grid points in x-major order. | |
Regular two-dimensional grid of likelihood-scan evaluations.
Definition at line 163 of file StatisticManager.h.
| std::size_t LikelihoodScanGrid::nx = 0 |
Number of grid points along x.
Definition at line 168 of file StatisticManager.h.
| std::size_t LikelihoodScanGrid::ny = 0 |
Number of grid points along y.
Definition at line 169 of file StatisticManager.h.
| std::vector<LikelihoodScanPoint> LikelihoodScanGrid::points |
Flattened grid points in x-major order.
Definition at line 170 of file StatisticManager.h.
| double LikelihoodScanGrid::x_center = 0.0 |
Reference value used as the scan center on x.
Definition at line 166 of file StatisticManager.h.
| ParamId LikelihoodScanGrid::x_param |
Identifier of the first scanned parameter.
Definition at line 164 of file StatisticManager.h.
| double LikelihoodScanGrid::y_center = 0.0 |
Reference value used as the scan center on y.
Definition at line 167 of file StatisticManager.h.
| ParamId LikelihoodScanGrid::y_param |
Identifier of the second scanned parameter.
Definition at line 165 of file StatisticManager.h.