Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
LikelihoodScanGrid Struct Reference

Regular two-dimensional grid of likelihood-scan evaluations. More...

#include <StatisticManager.h>

Collaboration diagram for LikelihoodScanGrid:

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< LikelihoodScanPointpoints
 Flattened grid points in x-major order.
 

Detailed Description

Regular two-dimensional grid of likelihood-scan evaluations.

Definition at line 163 of file StatisticManager.h.

Member Data Documentation

◆ nx

std::size_t LikelihoodScanGrid::nx = 0

Number of grid points along x.

Definition at line 168 of file StatisticManager.h.

◆ ny

std::size_t LikelihoodScanGrid::ny = 0

Number of grid points along y.

Definition at line 169 of file StatisticManager.h.

◆ points

std::vector<LikelihoodScanPoint> LikelihoodScanGrid::points

Flattened grid points in x-major order.

Definition at line 170 of file StatisticManager.h.

◆ x_center

double LikelihoodScanGrid::x_center = 0.0

Reference value used as the scan center on x.

Definition at line 166 of file StatisticManager.h.

◆ x_param

ParamId LikelihoodScanGrid::x_param

Identifier of the first scanned parameter.

Definition at line 164 of file StatisticManager.h.

◆ y_center

double LikelihoodScanGrid::y_center = 0.0

Reference value used as the scan center on y.

Definition at line 167 of file StatisticManager.h.

◆ y_param

ParamId LikelihoodScanGrid::y_param

Identifier of the second scanned parameter.

Definition at line 165 of file StatisticManager.h.


The documentation for this struct was generated from the following file: