12#include "MantidAlgorithms/DllConfig.h"
17namespace DataObjects {
24class ConversionFactors;
48 const std::string name()
const override;
50 const std::string summary()
const override;
53 int version()
const override;
54 const std::vector<std::string>
seeAlso()
const override {
return {
"DiffractionFocussing",
"AlignAndFocusPowder"}; }
56 const std::string category()
const override;
58 std::map<std::string, std::string> validateInputs()
override;
61 Parallel::ExecutionMode
62 getParallelExecutionMode(
const std::map<std::string, Parallel::StorageMode> &storageModes)
const override;
Base class from which all concrete algorithm classes should be derived.
Class for marking algorithms as deprecated.
Helper class for reporting progress from algorithms.
Performs a unit change from TOF to dSpacing, correcting the X values to account for small errors in t...
int64_t m_numberOfSpectra
number of spectra in input workspace
Mantid::API::ITableWorkspace_sptr m_calibrationWS
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
This class is intended to fulfill the design specified in <https://github.com/mantidproject/documents...
std::shared_ptr< ITableWorkspace > ITableWorkspace_sptr
shared pointer to Mantid::API::ITableWorkspace
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.