master
a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models
RunningConstant.cpp
Go to the documentation of this file.
1
/*
2
* RunningConstant.cpp
3
*
4
* Created on: Apr 1, 2012 (really!)
5
* Author: Ben O'Leary (benjamin.oleary@gmail.com)
6
* Copyright 2012 Ben O'Leary
7
*
8
* This file is part of LesHouchesParserClasses, released under the
9
* GNU General Public License. Please see the accompanying
10
* README.LHPC_CPP.txt file for a full list of files, brief documentation
11
* on how to use these classes, and further details on the license.
12
*/
13
14
#include "
MEC.hpp
"
15
16
namespace
LHPC
17
{
18
RunningConstant::RunningConstant
() :
19
valueDouble(
BOL
::UsefulStuff::notANumber ),
20
schemeType( (int)
BOL
::UsefulStuff::notANumber ),
21
evaluationScale(
BOL
::UsefulStuff::notANumber )
22
{
23
// just an initialization list.
24
}
25
26
RunningConstant::RunningConstant
(
RunningConstant
const
& copySource ) :
27
valueDouble( copySource.valueDouble ),
28
schemeType( copySource.schemeType ),
29
evaluationScale( copySource.evaluationScale )
30
{
31
// just an initialization list.
32
}
33
34
RunningConstant::~RunningConstant
()
35
{
36
// does nothing.
37
}
38
39
}
MEC.hpp
LHPC::RunningConstant
Definition:
RunningConstant.hpp:25
LHPC::RunningConstant::~RunningConstant
~RunningConstant()
Definition:
RunningConstant.cpp:34
LHPC::RunningConstant::RunningConstant
RunningConstant()
Definition:
RunningConstant.cpp:18
BOL
Definition:
ArgumentParser.hpp:23
LHPC
Definition:
FourMomentum.hpp:24
LHPC
source
MEC
RunningConstant.cpp
Generated on Mon Aug 4 2025 for $\texttt{HEPfit}$ using
1.9.2