Mantid
Loading...
Searching...
No Matches
ElasticDiffSphere.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2007 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
7#pragma once
8
11
12namespace Mantid {
13namespace CurveFitting {
14namespace Functions {
23class MANTID_CURVEFITTING_DLL ElasticDiffSphere : public DeltaFunction, public FunctionQDepends {
24public:
27
29 std::string name() const override { return "ElasticDiffSphere"; }
30
31 const std::string category() const override { return "QuasiElastic"; }
32
34 double HeightPrefactor() const override;
35
37 void init() override;
38};
39
40} // namespace Functions
41} // namespace CurveFitting
42} // namespace Mantid
Elastic part of the DiffSphere function.
std::string name() const override
overwrite IFunction base class methods
const std::string category() const override
The categories the Fit function belong to.
This is a specialization of IFunction1D for functions having the magnitude of the momentum transfer (...
Helper class which provides the Collimation Length for SANS instruments.