a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
RunnerTHDMW.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 RUNNERTHDMW_H
9 #define RUNNERTHDMW_H
10 
11 #include "THDMW.h"
12 
33 class RunnerTHDMW {
34 public:
35 
39  RunnerTHDMW(const StandardModel& SM_i);
40 
44  virtual ~RunnerTHDMW();
45 
46  virtual double RGERunnerTHDMW(/*int RGEs, const*/ double InitialValues[], unsigned long int NumberOfRGEs, double Q1, double Q2, int order, double Rpeps, double tNLOuni);
47  virtual double RGERunnerMW(/*int RGEs, const*/ double InitialValues[], unsigned long int NumberOfRGEs, double Q1, double Q2, int order, double Rpeps, double tNLOuni);
48  virtual double RGERunnercustodialMW(/*int RGEs, const*/ double InitialValues[], unsigned long int NumberOfRGEs, double Q1, double Q2, int order, double Rpeps, double tNLOuni);
49 
50  const THDMW * myTHDMW;
51 };
52 
57 #endif /* RUNNERTHDMW_H */
THDMW.h
RunnerTHDMW::RGERunnerMW
virtual double RGERunnerMW(double InitialValues[], unsigned long int NumberOfRGEs, double Q1, double Q2, int order, double Rpeps, double tNLOuni)
Definition: RunnerTHDMW.cpp:882
RunnerTHDMW::RunnerTHDMW
RunnerTHDMW(const StandardModel &SM_i)
RunnerTHDMW constructor.
Definition: RunnerTHDMW.cpp:13
StandardModel
A model class for the Standard Model.
Definition: StandardModel.h:474
RunnerTHDMW::myTHDMW
const THDMW * myTHDMW
Definition: RunnerTHDMW.h:50
THDMW
A base class for symmetric Two-Higgs-Doublet-Manohar-Wise models.
Definition: THDMW.h:233
RunnerTHDMW::~RunnerTHDMW
virtual ~RunnerTHDMW()
Runner destructor.
Definition: RunnerTHDMW.cpp:16
RunnerTHDMW::RGERunnercustodialMW
virtual double RGERunnercustodialMW(double InitialValues[], unsigned long int NumberOfRGEs, double Q1, double Q2, int order, double Rpeps, double tNLOuni)
Definition: RunnerTHDMW.cpp:927
RunnerTHDMW::RGERunnerTHDMW
virtual double RGERunnerTHDMW(double InitialValues[], unsigned long int NumberOfRGEs, double Q1, double Q2, int order, double Rpeps, double tNLOuni)
Definition: RunnerTHDMW.cpp:837
RunnerTHDMW
An RGE running algorithm for the THDMW parameters.
Definition: RunnerTHDMW.h:33