10#include "MantidCurveFitting/DllConfig.h"
13namespace CurveFitting {
23 std::string
name()
const override {
return "CrystalFieldSpectrum"; }
24 const std::string
category()
const override {
return "General"; }
25 void buildTargetFunction()
const override;
28 std::string writeToString(
const std::string &parentLocalAttributesStr =
"")
const override;
29 void updateTargetFunction()
const override;
FunctionGenerator is a partial implementation of IFunction that defines a function consisting of two ...
Calculates crystal field spectrum.
std::string name() const override
Returns the function's name.
const std::string category() const override
The categories the Fit function belong to.
size_t m_nPeaks
Number of fitted peaks in the spectrum.
Helper class which provides the Collimation Length for SANS instruments.