struct Gambit::FlavBit::Measurement

Representation of a single entry in the FlavBit YAML database.

#include <FlavBit_types.hpp>

Public Attributes

Name
boolis_limit
boolexp_one_sided
doubleexp_value
doubleexp_stat_error
doubleexp_sys_error
doubleexp_error
doubleexp_90_CL
doubleexp_95_CL
doubleth_error
std::stringname
std::stringexp_source
std::stringth_error_source
std::stringth_error_type
std::vector< Correlation >corr

Public Attributes Documentation

variable is_limit

bool is_limit;

variable exp_one_sided

bool exp_one_sided;

variable exp_value

double exp_value;

variable exp_stat_error

double exp_stat_error;

variable exp_sys_error

double exp_sys_error;

variable exp_error

double exp_error;

variable exp_90_CL

double exp_90_CL;

variable exp_95_CL

double exp_95_CL;

variable th_error

double th_error;

variable name

std::string name;

variable exp_source

std::string exp_source;

variable th_error_source

std::string th_error_source;

variable th_error_type

std::string th_error_type;

variable corr

std::vector< Correlation > corr;

Updated on 2023-06-26 at 21:36:52 +0000