Mantid
Loading...
Searching...
No Matches
IqtFit.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2015 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#include "MantidCurveFitting/DllConfig.h"
11
12namespace Mantid {
13namespace CurveFitting {
14namespace Algorithms {
15
16template <typename Base> class MANTID_CURVEFITTING_DLL IqtFit : public Base {
17public:
18 const std::string name() const override;
19 int version() const override;
20 const std::string category() const override;
21 const std::string summary() const override;
22 const std::vector<std::string> seeAlso() const override;
23
24private:
25 std::map<std::string, std::string> validateInputs() override;
26 bool isFitParameter(const std::string &name) const override;
27 bool throwIfElasticQConversionFails() const override;
28};
29
30} // namespace Algorithms
31} // namespace CurveFitting
32} // namespace Mantid
Helper class which provides the Collimation Length for SANS instruments.