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(), QCD::TOP);
13}
virtual double computeThValue()
Definition: MtMSbar.cpp:10
@ TOP
Definition: QCD.h:328
const double Mp2Mbar(const double mp, const quark q, orders order=FULLNNLO) const
Converts a quark pole mass to the corresponding mass .
Definition: QCD.cpp:1672
const double getMtpole() const
A get method to access the pole mass of the top quark.
Definition: QCD.h:600
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:121