a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
GeneralTHDMRunner.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2018 HEPfit Collaboration
3 *
4 *
5 * For the licensing terms see doc/COPYING.
6 */
7
8#ifndef GENERALTHDMRUNNER_H
9#define GENERALTHDMRUNNER_H
10
11#include "GeneralTHDM.h"
12
22public:
23
28
32 virtual ~GeneralTHDMRunner();
33
34 virtual double RGEGeneralTHDMRunner(/*int RGEs, const*/ double InitialValues[], unsigned long int NumberOfRGEs, double Q1, double Q2, int order, double Rpeps, double tNLOuni);
35
36 const GeneralTHDM * myGTHDM;
37};
38
39#endif /* GENERALTHDMRUNNER_H */
An RGE running algorithm for the GeneralTHDM parameters.
const GeneralTHDM * myGTHDM
virtual ~GeneralTHDMRunner()
Runner destructor.
GeneralTHDMRunner(const StandardModel &SM_i)
GeneralTHDMRunner constructor.
virtual double RGEGeneralTHDMRunner(double InitialValues[], unsigned long int NumberOfRGEs, double Q1, double Q2, int order, double Rpeps, double tNLOuni)
A model class for the Standard Model.