10#include "MantidAlgorithms/DllConfig.h"
34 const std::string
name()
const override {
return "Scale"; }
36 const std::string
summary()
const override {
37 return "Scales an input workspace by the given factor, which can be either "
38 "multiplicative or additive.";
40 std::map<std::string, std::string> validateInputs()
override;
43 int version()
const override {
return (1); }
44 const std::vector<std::string>
seeAlso()
const override {
return {
"ScaleX"}; }
46 const std::string
category()
const override {
return "Arithmetic;CorrectionFunctions"; }
Base class for algorithms that treat all spectra independently, i.e., we can trivially parallelize ov...
Scales an input workspace by the given factor, which can be either multiplicative or additive.
int version() const override
Algorithm's version.
const std::string name() const override
Algorithm's name.
const std::string category() const override
Algorithm's category for identification.
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.
Helper class which provides the Collimation Length for SANS instruments.