(Generated on Fri Feb 19 2016 13:25:08 by
1.8.9.1)
Overview
Installation
Usage
Models
Modules
Classes
Bibliography
Examples
Rlepton.cpp
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2012 HEPfit Collaboration
3
* All rights reserved.
4
*
5
* For the licensing terms see doc/COPYING.
6
*/
7
8
#include "
Rlepton.h
"
9
10
double
Rlepton::computeThValue
()
11
{
12
return
SM
.
R0_f
(
SM
.
getLeptons
(
SM
.
ELECTRON
));
13
}
14
15
StandardModel::getLeptons
Particle getLeptons(const StandardModel::lepton p) const
A get method to retrieve the member object of a lepton.
Definition:
StandardModel.h:676
Rlepton::computeThValue
double computeThValue()
The ratio .
Definition:
Rlepton.cpp:10
Rlepton.h
ThObservable::SM
const StandardModel & SM
A reference to an object of StandardMode class.
Definition:
ThObservable.h:99
StandardModel::ELECTRON
Definition:
StandardModel.h:451
StandardModel::R0_f
virtual double R0_f(const Particle f) const
The ratio .
Definition:
StandardModel.cpp:1036