a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
GeneralTHDMgminus2.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2017 HEPfit Collaboration
3 *
4 *
5 * For the licensing terms see doc/COPYING.
6 */
7
8#ifndef GENERALTHDMGMINUS2_H
9#define GENERALTHDMGMINUS2_H
10
11#include "ThObservable.h"
12
13
23public:
24
29
33 double computeThValue();
34
35private:
36
37};
38
39#endif /* GENERALTHDMGMINUS2_H */
GeneralTHDMgminus2_mu(const StandardModel &SM_i)
Constructor of the class GTHDMgminus2_mu.
A model class for the Standard Model.
A class for a model prediction of an observable.
Definition: ThObservable.h:25