#include "MantidCurveFitting/Algorithms/LeBailFit.h"
#include "MantidAPI/FuncMinimizerFactory.h"
#include "MantidAPI/FunctionFactory.h"
#include "MantidAPI/TableRow.h"
#include "MantidAPI/TextAxis.h"
#include "MantidAPI/WorkspaceFactory.h"
#include "MantidCurveFitting/Algorithms/Fit.h"
#include "MantidCurveFitting/Functions/BackgroundFunction.h"
#include "MantidHistogramData/HistogramX.h"
#include "MantidHistogramData/HistogramY.h"
#include "MantidKernel/ArrayProperty.h"
#include "MantidKernel/ListValidator.h"
#include "MantidKernel/VisibleWhenProperty.h"
#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/split.hpp>
#include <cctype>
#include <fstream>
#include <iomanip>
Go to the source code of this file.
◆ CALBKGDINDEX()
const int CALBKGDINDEX |
( |
4 |
| ) |
|
◆ CALDATAINDEX()
const int CALDATAINDEX |
( |
1 |
| ) |
|
◆ CALPUREPEAKINDEX()
const int CALPUREPEAKINDEX |
( |
3 |
| ) |
|
◆ DATADIFFINDEX()
const int DATADIFFINDEX |
( |
2 |
| ) |
|
◆ EPSILON()
const double EPSILON |
( |
1.0E- |
10 | ) |
|
◆ INPUTBKGDINDEX()
const int INPUTBKGDINDEX |
( |
6 |
| ) |
|
◆ INPUTPUREPEAKINDEX()
const int INPUTPUREPEAKINDEX |
( |
7 |
| ) |
|
◆ NOBOUNDARYLIMIT()
const double NOBOUNDARYLIMIT |
( |
1. |
0E10 | ) |
|
◆ OBSDATAINDEX()
const int OBSDATAINDEX |
( |
0 |
| ) |
|