Mantid
Loading...
Searching...
No Matches
StepSizeConstants.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2026 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#include <string>
9
10namespace Mantid {
11namespace CurveFitting {
12
13inline const std::string DEFAULT_STEP_SIZE = "Default";
14inline const std::string SQRT_EPSILON_STEP_SIZE = "Sqrt epsilon";
15inline const std::string CUSTOM_STEP_SIZE = "Custom";
16
17} // namespace CurveFitting
18} // namespace Mantid
const std::string CUSTOM_STEP_SIZE
const std::string SQRT_EPSILON_STEP_SIZE
const std::string DEFAULT_STEP_SIZE
Helper class which provides the Collimation Length for SANS instruments.