13#include "MantidAlgorithms/DllConfig.h"
30 const std::string
name()
const override {
return "ConvertToDistribution"; }
32 const std::string
summary()
const override {
33 return "Makes a histogram workspace a distribution i.e. divides by the bin "
37 int version()
const override {
return (1); }
38 const std::vector<std::string>
seeAlso()
const override {
return {
"ConvertFromDistribution"}; }
40 const std::string
category()
const override {
return "Transforms\\Distribution"; }
44 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.
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.