#include <RunningConstantError.hpp>
Definition at line 24 of file RunningConstantError.hpp.
◆ RunningConstantError() [1/2]
| LHPC::RunningConstantError::RunningConstantError |
( |
| ) |
|
◆ RunningConstantError() [2/2]
◆ ~RunningConstantError()
| LHPC::RunningConstantError::~RunningConstantError |
( |
| ) |
|
◆ getAsString()
| std::string LHPC::RunningConstantError::getAsString |
( |
| ) |
const |
|
inline |
Definition at line 121 of file RunningConstantError.hpp.
122 {
123 std::string
125 9,
126 3 ) );
127 returnString.append( " " );
129 9,
130 3 ) );
131 returnString.append( " " );
133 2,
134 "",
135 "-",
136 ' ' ) );
137 returnString.append( " " );
139 9,
140 3 ) );
141 return returnString;
142 }
static std::string intToString(int inputInt, int const minimumNumberOfDigits, std::string const prefixForPositiveNumbers="+", std::string const prefixForNegativeNumbers="-", char const paddingChar='0')
static std::string doubleToString(double inputDouble, int const numberOfMantissaDigits, int const numberOfExponentDigits, std::string const prefixForPositiveNumbers="+", std::string const prefixForNegativeNumbers="-", std::string const positiveExponentPrefix="+", std::string const negativeExponentPrefix="-", std::string const exponentCharacter="E")
◆ getMinusUncertainty()
| double LHPC::RunningConstantError::getMinusUncertainty |
( |
| ) |
const |
|
inline |
◆ getPlusUncertainty()
| double LHPC::RunningConstantError::getPlusUncertainty |
( |
| ) |
const |
|
inline |
◆ getScale()
| double LHPC::RunningConstantError::getScale |
( |
| ) |
const |
|
inline |
◆ getScheme()
| int LHPC::RunningConstantError::getScheme |
( |
| ) |
const |
|
inline |
◆ setFromString()
| void LHPC::RunningConstantError::setFromString |
( |
std::string const & |
valuesString | ) |
|
|
inline |
Definition at line 98 of file RunningConstantError.hpp.
99 {
100 std::string firstRemainder;
101 std::string secondRemainder;
104 valuesString,
105 &firstRemainder,
109 firstRemainder,
110 &secondRemainder,
114 secondRemainder,
115 &firstRemainder,
118 }
static std::string firstWordOf(std::string const &stringToParse, std::string *const remainderString=NULL, std::string const &separatorChars=whitespaceChars)
static std::string const whitespaceAndNewlineChars
static double stringToDouble(std::string const &stringToInterpret)
static int stringToInt(std::string const &stringToInterpret)
◆ setValues()
| void LHPC::RunningConstantError::setValues |
( |
double const |
minusUncertainty, |
|
|
double const |
plusUncertainty, |
|
|
int const |
schemeType, |
|
|
double const |
evaluationScale |
|
) |
| |
|
inline |
◆ evaluationScale
| double LHPC::RunningConstantError::evaluationScale |
|
protected |
◆ minusUncertainty
| double LHPC::RunningConstantError::minusUncertainty |
|
protected |
◆ plusUncertainty
| double LHPC::RunningConstantError::plusUncertainty |
|
protected |
◆ schemeType
| int LHPC::RunningConstantError::schemeType |
|
protected |
The documentation for this class was generated from the following files: