a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
Runner.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2016 HEPfit Collaboration
3 *
4 *
5 * For the licensing terms see doc/COPYING.
6 */
7
8#ifndef RUNNER_H
9#define RUNNER_H
10
11#include "ThObservable.h"
12
13class THDM;
14class lambda1;
15class lambda2;
16class lambda3;
17class lambda4;
18class lambda5;
19class m11_2;
20class m22_2;
21
30class Runner : public ThObservable {
31public:
32
36 Runner(const StandardModel& SM_i);
37
41 ~Runner();
42
46 double computeThValue();
47
48 virtual double RGERunner(/*int RGEs, const*/ double InitialValues[], unsigned long int NumberOfRGEs, double Q1, double Q2, int order, double Rpeps, double tNLOuni);
49
50 const THDM * myTHDM;
58
59};
60
61#endif /* RUNNER_H */
An RGE running algorithm.
Definition: Runner.h:30
virtual double RGERunner(double InitialValues[], unsigned long int NumberOfRGEs, double Q1, double Q2, int order, double Rpeps, double tNLOuni)
Definition: Runner.cpp:545
lambda3 * mylambda3
Definition: Runner.h:55
lambda4 * mylambda4
Definition: Runner.h:56
lambda5 * mylambda5
Definition: Runner.h:57
double computeThValue()
Empty function.
Definition: Runner.cpp:37
m22_2 * mym22_2
Definition: Runner.h:52
const THDM * myTHDM
Definition: Runner.h:50
lambda1 * mylambda1
Definition: Runner.h:53
lambda2 * mylambda2
Definition: Runner.h:54
Runner(const StandardModel &SM_i)
Runner constructor.
Definition: Runner.cpp:15
m11_2 * mym11_2
Definition: Runner.h:51
~Runner()
Runner destructor.
Definition: Runner.cpp:26
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
parameter of the Higgs potential
An observable class for the quartic Higgs potential coupling .
An observable class for the quartic Higgs potential coupling .
An observable class for the quartic Higgs potential coupling .
An observable class for the quartic Higgs potential coupling .
An observable class for the quadratic Higgs potential coupling .
An observable class for the quadratic Higgs potential coupling .