Mantid
Loading...
Searching...
No Matches
Public Attributes | List of all members
Mantid::CurveFitting::Algorithms::Parameter Struct Reference

LeBailFit : Algorithm to do Le Bail Fit. More...

#include <LeBailFit.h>

Public Attributes

double curvalue = 0
 
bool fit = false
 
double fiterror = 0
 
double maxabsstepsize = 0
 
double maxrecordvalue = 0
 
double maxvalue = 0
 
double mcA0 = 0
 
double mcA1 = 0
 
double minrecordvalue = 0
 
double minvalue = 0
 
int movedirection = 0
 
std::string name
 
bool nonnegative = false
 
size_t numnegativemove = 0
 
size_t numnomove = 0
 
size_t numpositivemove = 0
 
double prevalue = 0
 
double stepsize = 0
 
double sumstepsize = 0
 

Detailed Description

LeBailFit : Algorithm to do Le Bail Fit.

The workflow and architecture of this algorithm is different from LeBailFit, though they hold the same interface to users.

Definition at line 37 of file LeBailFit.h.

Member Data Documentation

◆ curvalue

double Mantid::CurveFitting::Algorithms::Parameter::curvalue = 0

◆ fit

bool Mantid::CurveFitting::Algorithms::Parameter::fit = false

◆ fiterror

double Mantid::CurveFitting::Algorithms::Parameter::fiterror = 0

◆ maxabsstepsize

double Mantid::CurveFitting::Algorithms::Parameter::maxabsstepsize = 0

◆ maxrecordvalue

double Mantid::CurveFitting::Algorithms::Parameter::maxrecordvalue = 0

◆ maxvalue

double Mantid::CurveFitting::Algorithms::Parameter::maxvalue = 0

◆ mcA0

double Mantid::CurveFitting::Algorithms::Parameter::mcA0 = 0

◆ mcA1

double Mantid::CurveFitting::Algorithms::Parameter::mcA1 = 0

◆ minrecordvalue

double Mantid::CurveFitting::Algorithms::Parameter::minrecordvalue = 0

◆ minvalue

double Mantid::CurveFitting::Algorithms::Parameter::minvalue = 0

◆ movedirection

int Mantid::CurveFitting::Algorithms::Parameter::movedirection = 0

◆ name

std::string Mantid::CurveFitting::Algorithms::Parameter::name

◆ nonnegative

bool Mantid::CurveFitting::Algorithms::Parameter::nonnegative = false

◆ numnegativemove

size_t Mantid::CurveFitting::Algorithms::Parameter::numnegativemove = 0

◆ numnomove

size_t Mantid::CurveFitting::Algorithms::Parameter::numnomove = 0

◆ numpositivemove

size_t Mantid::CurveFitting::Algorithms::Parameter::numpositivemove = 0

◆ prevalue

double Mantid::CurveFitting::Algorithms::Parameter::prevalue = 0

Definition at line 41 of file LeBailFit.h.

◆ stepsize

double Mantid::CurveFitting::Algorithms::Parameter::stepsize = 0

◆ sumstepsize

double Mantid::CurveFitting::Algorithms::Parameter::sumstepsize = 0

The documentation for this struct was generated from the following file: