14#include "MantidAlgorithms/DllConfig.h"
42 const std::string
name()
const override {
return "SofQWCentre"; }
44 const std::string
summary()
const override {
45 return "Converts a 2D workspace that has axes in *units* of **DeltaE** "
46 "(energy transfer) against spectrum number to one "
47 "that gives intensity as a function of **DeltaE** against "
48 "**momentum transfer** ";
52 int version()
const override {
return (1); }
53 const std::vector<std::string>
seeAlso()
const override {
return {
"SofQW",
"Rebin2D"}; }
55 const std::string
category()
const override {
return "Inelastic\\SofQW"; }
Base class from which all concrete algorithm classes should be derived.
Class for marking algorithms as deprecated.
Base MatrixWorkspace Abstract Class.
Converts a 2D workspace that has axes of energy transfer against spectrum number to one that gives in...
int version() const override
Algorithm's version.
const std::string summary() const override
Summary of algorithms purpose.
const std::string category() const override
Algorithm's category for identification.
const std::string name() const override
Algorithm's name.
SofQCommon m_EmodeProperties
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
Helper class which provides the Collimation Length for SANS instruments.