v1.0
|
a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models
|
|
Go to the documentation of this file.
13 : model(SM), coeffbsg(10,
NDR,
NLO),
32 for (
unsigned int i = 0; i < mc.size(); i++){
33 for (
int j =
LO; j <= ordDF1; j++){
34 for (
int k =
LO; k <= j; k++){
void setScheme(schemes scheme)
virtual std::vector< WilsonCoefficient > & CMbsg()=0
gslpp::vector< gslpp::complex > ** ComputeCoeffBsg(double mu, schemes scheme=NDR)
A model class for the Standard Model.
void setCoeff(const gslpp::vector< gslpp::complex > &z, orders order_i)
virtual ~HeffDF1bsg()
destructor
schemes
An enum type for regularization schemes.
virtual void setMu(double mu)
WilsonCoefficient coeffbsg
orders
An enum type for orders in QCD.
virtual StandardModelMatching & getMatching() const
A get method to access the member reference of type StandardModelMatching.
std::unique_ptr< EvolDB1bsg > evolDB1bsg
HeffDF1bsg(const StandardModel &SM)
constructor
gslpp::vector< gslpp::complex > ** getCoeff() const
const StandardModel & model