Mantid
Loading...
Searching...
No Matches
ElasticIsoRotDiff.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
9// Mantid Coding standars <http://www.mantidproject.org/Coding_Standards>
10// Mantid Headers from the same project
12// Mantid headers from other projects (N/A)
13// 3rd party library headers (N/A)
14// standard library headers (N/A)
15
16namespace Mantid {
17namespace CurveFitting {
18namespace Functions {
27class MANTID_CURVEFITTING_DLL ElasticIsoRotDiff : public DeltaFunction {
28public:
31
33 std::string name() const override { return "ElasticIsoRotDiff"; }
34
35 const std::string category() const override { return "QuasiElastic"; }
36
38 double HeightPrefactor() const override;
39
41 void init() override;
42};
43
44} // namespace Functions
45} // namespace CurveFitting
46} // 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.
Helper class which provides the Collimation Length for SANS instruments.