a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
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 #include "StandardModel.h"
9 
11 {
12  return SM.Mp2Mbar(SM.getMtpole());
13 }
MtMSbar.h
QCD::Mp2Mbar
double Mp2Mbar(const double mp, const orders order=FULLNNLO) const
Converts a quark pole mass to the corresponding mass .
Definition: QCD.cpp:1270
StandardModel.h
QCD::getMtpole
double getMtpole() const
A get method to access the pole mass of the top quark.
Definition: QCD.h:588
ThObservable::SM
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:121
MtMSbar::computeThValue
virtual double computeThValue()
Definition: MtMSbar.cpp:10