13#include "MantidAlgorithms/DllConfig.h"
33 const std::string
name()
const override {
return "ConvertToMatrixWorkspace"; }
36 const std::string
summary()
const override {
37 return "Converts an EventWorkspace into a Workspace2D, using the input "
38 "workspace's current X bin values.";
42 int version()
const override {
return (1); }
43 const std::vector<std::string>
seeAlso()
const override {
return {
"ConvertToEventWorkspace",
"Rebin"}; }
45 const std::string
category()
const override {
return "Events"; }
Base class from which all concrete algorithm classes should be derived.
Creates a copy of the matrix workspace representation of the input workspace.
const std::string category() const override
Algorithm's category for identification.
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 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.