struct Gambit::FlavBit::Correlation
Simple structure for holding a correlation value and name of the correlated observable.
#include <FlavBit_types.hpp>
Public Attributes
| Name | |
|---|---|
| double | corr_val |
| std::string | corr_name |
Public Attributes Documentation
variable corr_val
double corr_val;
variable corr_name
std::string corr_name;
Updated on 2022-08-03 at 12:58:17 +0000