struct Gambit::FlavBit::Measurement
Representation of a single entry in the FlavBit YAML database.
#include <FlavBit_types.hpp>
Public Attributes
Name | |
---|---|
bool | is_limit |
bool | exp_one_sided |
double | exp_value |
double | exp_stat_error |
double | exp_sys_error |
double | exp_error |
double | exp_90_CL |
double | exp_95_CL |
double | th_error |
std::string | name |
std::string | exp_source |
std::string | th_error_source |
std::string | th_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 2024-07-18 at 13:53:31 +0000