13#include "MantidAlgorithms/DllConfig.h"
27 const std::string
name()
const override {
return "ElasticWindow"; }
29 const std::string
summary()
const override {
30 return "This algorithm performs an integration over an energy range, with "
31 "the option to subtract a background over a second range, then "
32 "transposes the result into a single-spectrum workspace with units "
37 int version()
const override {
return (1); }
38 const std::vector<std::string>
seeAlso()
const override {
return {
"Integration"}; }
40 const std::string
category()
const override {
return "Inelastic\\Indirect"; }
Base class from which all concrete algorithm classes should be derived.
const std::string category() const override
Algorithm's category for identification.
const std::string name() const override
Algorithm's name.
int version() const override
Algorithm's version.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
const std::string summary() const override
Summary of algorithms purpose.
Helper class which provides the Collimation Length for SANS instruments.