a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
Ruc.cpp
Go to the documentation of this file.
1/*
2 * Copyright (C) 2012 HEPfit Collaboration
3 *
4 *
5 * For the licensing terms see doc/COPYING.
6 */
7
8#include "Ruc.h"
9#include "StandardModel.h"
10
12{
13 //AG:begin
14 return SM.Ruc();
15 //AG:end
16
17 //return 0.5 * (SM.R0_f(SM.getQuarks(SM.UP)) + SM.R0_f(SM.getQuarks(SM.CHARM)) );
18}
19
20
double computeThValue()
The ratio .
Definition: Ruc.cpp:11
virtual const double Ruc() const
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:121