Example usage of ParameterProvider, CorrelationProvider, and QCDProvider.
Example usage of ParameterProvider, CorrelationProvider, and QCDProvider.
#include <iostream>
double w_mass = param_provider(pid);
std::cout << "W mass = " << w_mass << " GeV" << std::endl;
std::cout << "W mass correlation with itself = " << correlation << std::endl;
std::cout << "Alpha_s at MZ = " << alpha_s << std::endl;
return 0;
}
High-level access to parameter and experiment-scoped observable correlations.
High-level access to parameter values and uncertainties.
High-level access to QCD quantities like α_s and running quark masses.
Provides access to statistical, systematic, or combined correlations between parameters or observable...
Provides access to parameter values, errors, and existence checks.
Provides strong coupling constant and MS-bar mass values at various energy scales.
Configuration for evaluating the strong coupling constant .
Composite identifier for a single parameter.