13#include "MantidAlgorithms/DllConfig.h"
43 const std::string
name()
const override {
return "Max"; }
45 int version()
const override {
return (1); }
46 const std::vector<std::string>
seeAlso()
const override {
return {
"Min",
"MaxMin"}; }
48 const std::string
category()
const override {
return "Arithmetic"; }
50 const std::string
summary()
const override {
51 return "Takes a 2D workspace as input and find the maximum in each 1D "
Base class from which all concrete algorithm classes should be derived.
Takes a 2D workspace as input and find the maximum in each 1D spectrum.
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.
int version() const override
Algorithm's version for identification overriding a virtual method.
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.