Mantid
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
LeBailFit.cpp File Reference
#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.

Namespaces

namespace  Mantid
 Helper class which provides the Collimation Length for SANS instruments.
 
namespace  Mantid::CurveFitting
 
namespace  Mantid::CurveFitting::Algorithms
 

Functions

const int CALBKGDINDEX (4)
 
const int CALDATAINDEX (1)
 
const int CALPUREPEAKINDEX (3)
 
const int DATADIFFINDEX (2)
 
const double EPSILON (1.0E-10)
 
const int INPUTBKGDINDEX (6)
 
const int INPUTPUREPEAKINDEX (7)
 
const double NOBOUNDARYLIMIT (1.0E10)
 
const int OBSDATAINDEX (0)
 
void Mantid::CurveFitting::Algorithms::writeRfactorsToFile (std::vector< double > vecX, std::vector< Kernel::Rfactor > vecR, const std::string &filename)
 Write a set of (XY) data to a column file. More...
 

Variables

const Rfactor Mantid::CurveFitting::Algorithms::badR (DBL_MAX, DBL_MAX)
 

Function Documentation

◆ CALBKGDINDEX()

const int CALBKGDINDEX ( )

◆ CALDATAINDEX()

const int CALDATAINDEX ( )

◆ CALPUREPEAKINDEX()

const int CALPUREPEAKINDEX ( )

◆ DATADIFFINDEX()

const int DATADIFFINDEX ( )

◆ EPSILON()

const double EPSILON ( 1.0E-  10)

◆ INPUTBKGDINDEX()

const int INPUTBKGDINDEX ( )

◆ INPUTPUREPEAKINDEX()

const int INPUTPUREPEAKINDEX ( )

◆ NOBOUNDARYLIMIT()

const double NOBOUNDARYLIMIT ( 1.  0E10)

◆ OBSDATAINDEX()

const int OBSDATAINDEX ( )