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
10
11namespace Mantid {
12namespace CurveFitting {
13namespace Functions {
22class MANTID_CURVEFITTING_DLL ElasticIsoRotDiff : public DeltaFunction {
23public:
26
28 std::string name() const override { return "ElasticIsoRotDiff"; }
29
30 const std::string category() const override { return "QuasiElastic"; }
31
33 double HeightPrefactor() const override;
34
36 void init() override;
37};
38
39} // namespace Functions
40} // namespace CurveFitting
41} // 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.