a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
Mw_dRho.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2013 HEPfit Collaboration
3 *
4 *
5 * For the licensing terms see doc/COPYING.
6 */
7
8#ifndef MW_DRHO_H
9#define MW_DRHO_H
10
11#include <ThObservable.h>
12
13
14#include "SUSY.h"
15
24class Mw_dRho : public ThObservable {
25public:
26
28 : ThObservable(SM_i)
29 {
30 };
31
33 {
34 return (static_cast<const SUSY*> (&SM))->Mw_dRho();
35 };
36
37private:
38
39};
40
41#endif /* MW_DRHO_H */
42
A class for the W-boson mass in the delta rho approximation.
Definition: Mw_dRho.h:24
Mw_dRho(const StandardModel &SM_i)
Definition: Mw_dRho.h:27
double computeThValue()
Definition: Mw_dRho.h:32
A base class for SUSY models.
Definition: SUSY.h:33
A model class for the Standard Model.
A class for a model prediction of an observable.
Definition: ThObservable.h:25
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:121