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 
22 public:
23 
27  GeneralTHDMRunner(const StandardModel& SM_i);
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 
37 };
38 
39 #endif /* GENERALTHDMRUNNER_H */
GeneralTHDMRunner::GeneralTHDMRunner
GeneralTHDMRunner(const StandardModel &SM_i)
GeneralTHDMRunner constructor.
Definition: GeneralTHDMRunner.cpp:13
GeneralTHDMRunner::RGEGeneralTHDMRunner
virtual double RGEGeneralTHDMRunner(double InitialValues[], unsigned long int NumberOfRGEs, double Q1, double Q2, int order, double Rpeps, double tNLOuni)
Definition: GeneralTHDMRunner.cpp:261
StandardModel
A model class for the Standard Model.
Definition: StandardModel.h:474
GeneralTHDMRunner::~GeneralTHDMRunner
virtual ~GeneralTHDMRunner()
Runner destructor.
Definition: GeneralTHDMRunner.cpp:16
GeneralTHDM.h
GeneralTHDM
A class for general Two-Higgs-Doublet models.
Definition: GeneralTHDM.h:463
GeneralTHDMRunner
An RGE running algorithm for the GeneralTHDM parameters.
Definition: GeneralTHDMRunner.h:21
GeneralTHDMRunner::myGTHDM
const GeneralTHDM * myGTHDM
Definition: GeneralTHDMRunner.h:36