11#include "MantidCurveFitting/DllConfig.h"
14namespace CurveFitting {
26 std::string
name()
const override {
return "ConvTempCorrection"; }
27 const std::string
category()
const override {
return "QuasiElastic"; }
30 void function1D(
double *out,
const double *xValues,
const size_t nData)
const override;
This is a specialization of IFunction for functions of one real argument.
Implements the part of IFunction interface dealing with parameters.
Temperature correction used in the convolution fitting tab within the IDA GUI.
const std::string category() const override
The categories the Fit function belong to.
std::string name() const override
Returns the function's name.
Helper class which provides the Collimation Length for SANS instruments.