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 
21 class MtMSbar : public ThObservable {
22 public:
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 
MtMSbar
A class for .
Definition: MtMSbar.h:21
ThObservable.h
MtMSbar::MtMSbar
MtMSbar(const StandardModel &SM_i)
Constructor.
Definition: MtMSbar.h:27
StandardModel
A model class for the Standard Model.
Definition: StandardModel.h:477
ThObservable
A class for a model prediction of an observable.
Definition: ThObservable.h:25
MtMSbar::computeThValue
virtual double computeThValue()
Definition: MtMSbar.cpp:10