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