struct Gambit::FlavBit::predictions_measurements_covariances
[No description available] More…
#include <FlavBit_types.hpp>
Public Attributes
| Name | |
|---|---|
| std::string | LL_name | 
| boost::numeric::ublas::matrix< double > | value_exp | 
| boost::numeric::ublas::matrix< double > | cov_exp | 
| boost::numeric::ublas::matrix< double > | value_th | 
| boost::numeric::ublas::matrix< double > | cov_th | 
| std::vector< double > | diff | 
| int | dim | 
Detailed Description
struct Gambit::FlavBit::predictions_measurements_covariances;
Structure for holding predicted and observed values of multiple observables, and experimental and theoretical covariance matrices for their uncertainties.
Public Attributes Documentation
variable LL_name
std::string LL_name;
variable value_exp
boost::numeric::ublas::matrix< double > value_exp;
variable cov_exp
boost::numeric::ublas::matrix< double > cov_exp;
variable value_th
boost::numeric::ublas::matrix< double > value_th;
variable cov_th
boost::numeric::ublas::matrix< double > cov_th;
variable diff
std::vector< double > diff;
variable dim
int dim;
Updated on 2025-02-12 at 16:10:32 +0000