(Generated on Fri Feb 19 2016 13:25:07 by
1.8.9.1)
Overview
Installation
Usage
Models
Modules
Classes
Bibliography
Examples
MtMSbar.cpp
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2015 HEPfit Collaboration
3
*
4
* For the licensing terms see doc/COPYING.
5
*/
6
7
#include "
MtMSbar.h
"
8
9
double
MtMSbar::computeThValue
()
10
{
11
return
SM
.Mp2Mbar(
SM
.
getMtpole
());
12
}
MtMSbar.h
QCD::getMtpole
double getMtpole() const
A get method to access the pole mass of the top quark.
Definition:
QCD.h:923
ThObservable::SM
const StandardModel & SM
A reference to an object of StandardMode class.
Definition:
ThObservable.h:99
MtMSbar::computeThValue
virtual double computeThValue()
Definition:
MtMSbar.cpp:9