Mantid
|
#include "MantidCurveFitting/Algorithms/NormaliseByPeakArea.h"
#include "MantidAPI/Axis.h"
#include "MantidAPI/FunctionFactory.h"
#include "MantidAPI/HistogramValidator.h"
#include "MantidAPI/IFunction.h"
#include "MantidAPI/InstrumentValidator.h"
#include "MantidAPI/MatrixWorkspace.h"
#include "MantidAPI/WorkspaceFactory.h"
#include "MantidAPI/WorkspaceUnitValidator.h"
#include "MantidHistogramData/HistogramE.h"
#include "MantidHistogramData/HistogramY.h"
#include "MantidKernel/BoundedValidator.h"
#include "MantidKernel/CompositeValidator.h"
#include <memory>
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 |
Variables | |
double | Mantid::CurveFitting::Algorithms::PEAK_POS_GUESS = -0.1 |
Starting value of peak position in y-space for fit. More... | |
double | Mantid::CurveFitting::Algorithms::PEAK_WIDTH_GUESS = 4.0 |
Starting value of width in y-space for fit. More... | |
double | Mantid::CurveFitting::Algorithms::SUMMEDY_BIN_WIDTH = 0.5 |
Bin width for rebinning workspace converted from TOF. More... | |