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