(Generated on Fri Feb 19 2016 13:25:08 by
1.8.9.1)
Overview
Installation
Usage
Models
Modules
Classes
Bibliography
Examples
Rbottom.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 "
Rbottom.h
"
9
10
double
Rbottom::computeThValue
()
11
{
12
return
SM
.
R0_f
(
SM
.
getQuarks
(
SM
.
BOTTOM
));
13
}
14
15
QCD::getQuarks
Particle getQuarks(const quark q) const
A get method to access a quark as an object of the type Particle.
Definition:
QCD.h:869
ThObservable::SM
const StandardModel & SM
A reference to an object of StandardMode class.
Definition:
ThObservable.h:99
QCD::BOTTOM
Definition:
QCD.h:736
Rbottom.h
Rbottom::computeThValue
double computeThValue()
The ratio .
Definition:
Rbottom.cpp:10
StandardModel::R0_f
virtual double R0_f(const Particle f) const
The ratio .
Definition:
StandardModel.cpp:1036