13#include "MantidAlgorithms/DllConfig.h"
31 const std::string
name()
const override {
return "ConvertToDistribution"; }
33 const std::string
summary()
const override {
34 return "Makes a histogram workspace a distribution i.e. divides by the bin "
38 int version()
const override {
return (1); }
39 const std::vector<std::string>
seeAlso()
const override {
return {
"ConvertFromDistribution"}; }
41 const std::string
category()
const override {
return "Transforms\\Distribution"; }
45 std::map<std::string, std::string> validateInputs()
override;
Base class from which all concrete algorithm classes should be derived.
Makes a histogram workspace a distribution.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
int version() const override
Algorithm's version.
const std::string category() const override
Algorithm's category for identification.
virtual ~ConvertToDistribution()=default
const std::string name() const override
Algorithm's name.
const std::string summary() const override
Summary of algorithms purpose.
Helper class which provides the Collimation Length for SANS instruments.