9#include "MantidCurveFitting/DllConfig.h"
13namespace CurveFitting {
34 std::string name()
const override;
36 void declareParameters()
override;
39 std::vector<size_t> intensityParameterIndices()
const override;
42 const HistogramData::HistogramE &errors)
const override;
45 void massProfile(
double *result,
const size_t nData)
const override;
48 void massProfile(
double *result,
const size_t nData,
const double amplitude)
const;
This class serves as a base-class for ComptonProfile type functions.
Implements a function to calculate the Compton profile of a nucleus using a Gaussian approximation co...
Helper class which provides the Collimation Length for SANS instruments.