master
a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models
Rlepton.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 "
Rlepton.h
"
9
#include "
StandardModel.h
"
10
11
double
Rlepton::computeThValue
()
12
{
13
double
Re =
SM
.
R0_f
(
SM
.
getLeptons
(
SM
.
ELECTRON
));
14
double
Rmu =
SM
.
R0_f
(
SM
.
getLeptons
(
SM
.
MU
));
15
double
Rtau
=
SM
.
R0_f
(
SM
.
getLeptons
(
SM
.
TAU
));
16
17
return
(Re + Rmu +
Rtau
)/3.;
18
}
19
20
double
Relectron::computeThValue
()
21
{
22
return
SM
.
R0_f
(
SM
.
getLeptons
(
SM
.
ELECTRON
));
23
}
24
25
double
Rmuon::computeThValue
()
26
{
27
return
SM
.
R0_f
(
SM
.
getLeptons
(
SM
.
MU
));
28
}
29
30
double
Rtau::computeThValue
()
31
{
32
return
SM
.
R0_f
(
SM
.
getLeptons
(
SM
.
TAU
));
33
}
34
35
Rlepton.h
StandardModel.h
QCD::MU
@ MU
Definition:
QCD.h:314
QCD::ELECTRON
@ ELECTRON
Definition:
QCD.h:312
QCD::TAU
@ TAU
Definition:
QCD.h:316
Relectron::computeThValue
double computeThValue()
The ratio .
Definition:
Rlepton.cpp:20
Rlepton::computeThValue
double computeThValue()
The ratio .
Definition:
Rlepton.cpp:11
Rmuon::computeThValue
double computeThValue()
The ratio .
Definition:
Rlepton.cpp:25
Rtau
An observable class for .
Definition:
Rlepton.h:153
Rtau::computeThValue
double computeThValue()
The ratio .
Definition:
Rlepton.cpp:30
StandardModel::getLeptons
const Particle & getLeptons(const QCD::lepton p) const
A get method to retrieve the member object of a lepton.
Definition:
StandardModel.h:744
StandardModel::R0_f
virtual const double R0_f(const Particle f) const
The ratio .
Definition:
StandardModel/src/StandardModel.cpp:1479
ThObservable::SM
const StandardModel & SM
A reference to an object of StandardMode class.
Definition:
ThObservable.h:121
EW
src
Rlepton.cpp
Generated on Mon Aug 4 2025 for $\texttt{HEPfit}$ using
1.9.2