18namespace CurveFitting {
33 std::string
name()
const override {
return "InelasticDiffRotDiscreteCircle"; }
35 const std::string
category()
const override {
return "QuasiElastic"; }
40 void function1D(
double *out,
const double *xValues,
const size_t nData)
const override;
44 void setWorkspace(std::shared_ptr<const API::Workspace> ws)
override;
This is a specialization of IFunction1D for functions having the magnitude of the momentum transfer (...
std::vector< double > m_qValueCache
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.