#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.
127 returnString.append(
" " );
131 returnString.append(
" " );
137 returnString.append(
" " );
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.
100 std::string firstRemainder;
101 std::string secondRemainder;
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: