a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
Lepton_Decays.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 "Lepton_Decays.h"
9#include "StandardModel.h"
10
12{
13 return SM.Gamma_muon();
14}
15
17{
19}
20
22{
24}
25
26
27// LFU Tests in Tau decays
28
30{
31 return SM.TauLFU_gmuge();
32}
33
35{
36 return SM.TauLFU_gtaugmu();
37}
38
40{
41 return SM.TauLFU_gtauge();
42}
43
45{
46 return SM.TauLFU_gtaugmuPi();
47}
48
50{
51 return SM.TauLFU_gtaugmuK();
52}
double computeThValue()
The muon decay width .
double computeThValue()
The leptonic tau decay width .
double computeThValue()
The leptonic tau decay width .
@ MU
Definition: QCD.h:314
@ ELECTRON
Definition: QCD.h:312
const Particle & getLeptons(const QCD::lepton p) const
A get method to retrieve the member object of a lepton.
virtual const double TauLFU_gtaugmuPi() const
The computation of the LFU ratio .
virtual const double Gamma_tau_l_nunu(const Particle l) const
The computation of the leptonic tau decays.
virtual const double Gamma_muon() const
The computation of the muon decay.
virtual const double TauLFU_gtaugmuK() const
The computation of the LFU ratio .
virtual const double TauLFU_gtauge() const
The computation of the LFU ratio .
virtual const double TauLFU_gtaugmu() const
The computation of the LFU ratio .
virtual const double TauLFU_gmuge() const
The computation of the LFU ratio .
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:121
double computeThValue()
The tau LFU ratio .
double computeThValue()
The tau LFU ratio .
double computeThValue()
The tau LFU ratio .
double computeThValue()
The tau LFU ratio .
double computeThValue()
The tau LFU ratio .