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 
10 {
11  return SM.Mp2Mbar(SM.getMtpole());
12 }
double getMtpole() const
A get method to access the pole mass of the top quark.
Definition: QCD.h:923
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:99
virtual double computeThValue()
Definition: MtMSbar.cpp:9