13#include "MantidAlgorithms/DllConfig.h"
45 const std::string
name()
const override {
return "NormaliseToUnity"; }
47 const std::string
summary()
const override {
48 return "NormaliseToUnity takes a 2D workspace or an EventWorkspace as "
49 "input and normalises it to 1. Optionally, the range summed can be "
50 "restricted in either dimension.";
54 int version()
const override {
return (1); }
55 const std::vector<std::string>
seeAlso()
const override {
return {
"Divide"}; }
57 const std::string
category()
const override {
return "CorrectionFunctions\\NormalisationCorrections"; }
Base class from which all concrete algorithm classes should be derived.
Takes a workspace as input and normalises it to 1.
const std::string category() const override
Algorithm's category for identification overriding a virtual method.
const std::string name() const override
Algorithm's name for identification overriding a virtual method.
const std::string summary() const override
Summary of algorithms purpose.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
int version() const override
Algorithm's version for identification overriding a virtual method.
Helper class which provides the Collimation Length for SANS instruments.