13#include "MantidAlgorithms/DllConfig.h"
44 const std::string
name()
const override {
return "Min"; }
46 int version()
const override {
return (1); }
47 const std::vector<std::string>
seeAlso()
const override {
return {
"Max",
"MaxMin"}; }
49 const std::string
category()
const override {
return "Arithmetic"; }
51 const std::string
summary()
const override {
52 return "Takes a 2D workspace as input and find the minimum in each 1D "
54 "The algorithm creates a new 1D workspace containing all minima as "
55 "well as their X boundaries and error. "
56 "This is used in particular for single crystal as a quick way to "
Base class from which all concrete algorithm classes should be derived.
Takes a 2D workspace as input and find the minimum in each 1D spectrum.
int version() const override
Algorithm's version for identification overriding a virtual method.
const std::string category() const override
Algorithm's category 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.
Helper class which provides the Collimation Length for SANS instruments.