a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
MtMSbar.h
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#ifndef MTMSBAR_H
8#define MTMSBAR_H
9
10#include "ThObservable.h"
11
21class MtMSbar : public ThObservable {
22public:
27 MtMSbar(const StandardModel& SM_i) : ThObservable(SM_i) {};
28
33 virtual double computeThValue();
34
35 private:
36
37};
38
39#endif /* MTMSBAR_H */
40
A class for .
Definition: MtMSbar.h:21
MtMSbar(const StandardModel &SM_i)
Constructor.
Definition: MtMSbar.h:27
virtual double computeThValue()
Definition: MtMSbar.cpp:10
A model class for the Standard Model.
A class for a model prediction of an observable.
Definition: ThObservable.h:25