a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
globalminimum.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2015 HEPfit Collaboration
3 *
4 *
5 * For the licensing terms see doc/COPYING.
6 */
7
8#ifndef GLOBALMINIMUM_H
9#define GLOBALMINIMUM_H
10
11#include "ThObservable.h"
12
13class THDM;
14
25public:
26
31 globalminimum(const StandardModel& SM_i);
32
37 double computeThValue();
38
39 private:
40 const THDM * myTHDM;
41};
42
43#endif /* GLOBALMINIMUM_H */
44
A model class for the Standard Model.
A base class for symmetric Two-Higgs-Doublet models.
Definition: THDM.h:120
A class for a model prediction of an observable.
Definition: ThObservable.h:25
An observable class to prevent the occurence of a second deeper vacuum.
Definition: globalminimum.h:24
const THDM * myTHDM
Definition: globalminimum.h:40
globalminimum(const StandardModel &SM_i)
Constructor.
double computeThValue()
A condition to assure that our vacuum is global.