13#include "MantidAlgorithms/DllConfig.h"
39 const std::string
name()
const override {
return "SofQWCentre"; }
41 const std::string
summary()
const override {
42 return "Converts a 2D workspace that has axes in *units* of **DeltaE** "
43 "(energy transfer) against spectrum number to one "
44 "that gives intensity as a function of **DeltaE** against "
45 "**momentum transfer** ";
49 int version()
const override {
return (1); }
50 const std::vector<std::string>
seeAlso()
const override {
return {
"SofQW",
"Rebin2D"}; }
52 const std::string
category()
const override {
return "Inelastic\\SofQW"; }
Base class from which all concrete algorithm classes should be derived.
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.