master
a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models
Loading...
Searching...
No Matches
RunningConstantError.cpp
Go to the documentation of this file.
1
/*
2
* RunningConstantError.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
RunningConstantError::RunningConstantError
() :
19
minusUncertainty(
BOL
::UsefulStuff::notANumber ),
20
plusUncertainty(
BOL
::UsefulStuff::notANumber ),
21
schemeType( -1 ),
22
evaluationScale(
BOL
::UsefulStuff::notANumber )
23
{
24
// just an initialization list.
25
}
26
27
RunningConstantError::RunningConstantError
(
28
RunningConstantError
const
& copySource ) :
29
minusUncertainty( copySource.minusUncertainty ),
30
plusUncertainty( copySource.plusUncertainty ),
31
schemeType( copySource.schemeType ),
32
evaluationScale( copySource.evaluationScale )
33
{
34
// just an initialization list.
35
}
36
37
RunningConstantError::~RunningConstantError
()
38
{
39
// does nothing.
40
}
41
42
}
MEC.hpp
LHPC::RunningConstantError
Definition
RunningConstantError.hpp:25
LHPC::RunningConstantError::RunningConstantError
RunningConstantError()
Definition
RunningConstantError.cpp:18
LHPC::RunningConstantError::~RunningConstantError
~RunningConstantError()
Definition
RunningConstantError.cpp:37
BOL
Definition
ArgumentParser.hpp:23
LHPC
Definition
FourMomentum.hpp:24
LHPC
source
MEC
RunningConstantError.cpp
Generated on Tue Aug 4 2026 for $\texttt{HEPfit}$ using
1.9.8