14#include "MantidCurveFitting/DllConfig.h"
17namespace CurveFitting {
29 std::string
name()
const override {
return "EndErfc"; }
32 void setActiveParameter(
size_t i,
double value)
override;
33 const std::string
category()
const override {
return "Calibrate"; }
36 void function1D(
double *out,
const double *xValues,
const size_t nData)
const override;
double value
The value of the point.
This is a specialization of IFunction for functions of one real argument.
Implements the part of IFunction interface dealing with parameters.
Provide Errore function erfc()for calibrating the end of a tube.
const std::string category() const override
The categories the Fit function belong to.
std::string name() const override
overwrite IFunction base class methods
Helper class which provides the Collimation Length for SANS instruments.