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