(Generated on Fri Feb 19 2016 13:25:07 by
1.8.9.1)
Overview
Installation
Usage
Models
Modules
Classes
Bibliography
Examples
Mw.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 "
Mw.h
"
9
10
double
Mw::computeThValue
()
11
{
12
return
SM
.
Mw
();
13
}
14
Mw::computeThValue
double computeThValue()
The -boson mass, , in units of GeV.
Definition:
Mw.cpp:10
Mw.h
StandardModel::Mw
virtual double Mw() const
The SM prediction for the -boson mass in the on-shell scheme, .
Definition:
StandardModel.cpp:696
ThObservable::SM
const StandardModel & SM
A reference to an object of StandardMode class.
Definition:
ThObservable.h:99