a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
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 
12 {
14 }
15 
16 
17 
19 {
21 }
22 
23 
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