v1.0
a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models
sin2thetaEff.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 "
sin2thetaEff.h
"
9
#include "
StandardModel.h
"
10
11
double
sin2thetaEff::computeThValue
()
12
{
13
return
SM
.
sin2thetaEff
(
SM
.
getLeptons
(
SM
.
ELECTRON
));
14
}
15
16
17
18
double
sin2thetaEffel::computeThValue
()
19
{
20
return
SM
.
sin2thetaEff
(
SM
.
getLeptons
(
SM
.
ELECTRON
));
21
}
22
23
24
double
sin2thetaEffmu::computeThValue
()
25
{
26
return
SM
.
sin2thetaEff
(
SM
.
getLeptons
(
SM
.
MU
));
27
}
sin2thetaEff::computeThValue
double computeThValue()
The leptonic effective weak mixing angle at the the pole.
Definition:
sin2thetaEff.cpp:11
sin2thetaEffel::computeThValue
double computeThValue()
The leptonic effective weak mixing angle at the the pole.
Definition:
sin2thetaEff.cpp:18
sin2thetaEff.h
StandardModel.h
QCD::ELECTRON
Definition:
QCD.h:312
ThObservable::SM
const StandardModel & SM
A reference to an object of StandardMode class.
Definition:
ThObservable.h:121
sin2thetaEffmu::computeThValue
double computeThValue()
The leptonic effective weak mixing angle at the the pole.
Definition:
sin2thetaEff.cpp:24
StandardModel::sin2thetaEff
virtual double sin2thetaEff(const Particle f) const
The effective weak mixing angle for at the the -mass scale.
Definition:
StandardModel.cpp:1195
QCD::MU
Definition:
QCD.h:314
StandardModel::getLeptons
Particle getLeptons(const QCD::lepton p) const
A get method to retrieve the member object of a lepton.
Definition:
StandardModel.h:709
EW
src
sin2thetaEff.cpp
Generated on Thu Oct 31 2019 for $\texttt{HEPfit}$ using
1.8.16