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