13#include "MantidAlgorithms/DllConfig.h"
34 const std::string
name()
const override {
return "MultiplyRange"; }
36 const std::string
summary()
const override {
37 return "An algorithm to multiply a range of bins in a workspace by the "
41 int version()
const override {
return (1); }
42 const std::vector<std::string>
seeAlso()
const override {
return {
"Multiply"}; }
43 const std::string
category()
const override {
return "Arithmetic;CorrectionFunctions"; }
Base class from which all concrete algorithm classes should be derived.
An algorithm to multiply a range of bins in a workspace by the factor given.
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.
const std::string name() const override
function to return a name of the algorithm, must be overridden in all algorithms
const std::string category() const override
function to return a category of the algorithm.
int version() const override
function to return a version of the algorithm, must be overridden in all algorithms
Helper class which provides the Collimation Length for SANS instruments.