v1.0
a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models
RWc.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 "
RWc.h
"
9
#include "
StandardModel.h
"
10
11
double
RWc::computeThValue
()
12
{
13
double
GammWcs =
SM
.
GammaW
(
SM
.
getQuarks
(
StandardModel::CHARM
),
SM
.
getQuarks
(
StandardModel::STRANGE
));
14
double
Gammhad = GammWcs;
15
16
// Add the ud decays into the hadronic part
17
Gammhad +=
SM
.
GammaW
(
SM
.
getQuarks
(
StandardModel::UP
),
SM
.
getQuarks
(
StandardModel::DOWN
));
18
19
return
GammWcs/Gammhad;
20
}
21
22
QCD::UP
Definition:
QCD.h:324
StandardModel.h
QCD::CHARM
Definition:
QCD.h:326
RWc::computeThValue
double computeThValue()
The ratio .
Definition:
RWc.cpp:11
QCD::getQuarks
Particle getQuarks(const QCD::quark q) const
A get method to access a quark as an object of the type Particle.
Definition:
QCD.h:534
ThObservable::SM
const StandardModel & SM
A reference to an object of StandardMode class.
Definition:
ThObservable.h:121
StandardModel::GammaW
virtual double GammaW(const Particle fi, const Particle fj) const
A partial decay width of the boson decay into a SM fermion pair.
Definition:
StandardModel.cpp:1140
RWc.h
QCD::STRANGE
Definition:
QCD.h:327
QCD::DOWN
Definition:
QCD.h:325
EW
src
RWc.cpp
Generated on Thu Oct 31 2019 for $\texttt{HEPfit}$ using
1.8.16