a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
gslpp_rgerunner.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 GSLPP_RGERUNNER_H
9 #define GSLPP_RGERUNNER_H
10 
11 namespace gslpp
12 {
21 class RGERunner{
22 public:
23 
27  RGERunner();
28 
32  ~RGERunner();
33 };
34 
35 }
36 
37 #endif /* GSLPP_RGERUNNER_H */
gslpp::RGERunner::RGERunner
RGERunner()
RGERunner constructor.
gslpp::RGERunner::~RGERunner
~RGERunner()
RGERunner destructor.
gslpp::RGERunner
An RGE running algorithm.
Definition: gslpp_rgerunner.h:21
gslpp
Complex number, vector and matrix manipulation using GSL.
Definition: gslpp_complex.cpp:16