13#include "MantidMDAlgorithms/DllConfig.h"
18class IMDHistoWorkspace;
21namespace MDAlgorithms {
39 const std::string
name()
const override {
return "ConvertMDHistoToMatrixWorkspace"; };
42 const std::string
summary()
const override {
return "Converts if it can a IMDHistoWorkspace to a Workspace2D."; }
45 int version()
const override {
return (1); }
46 const std::vector<std::string>
seeAlso()
const override {
47 return {
"ConvertToMD",
"CreateMDHistoWorkspace",
"ConvertTableToMatrixWorkspace",
"MDHistoToWorkspace2D"};
50 const std::string
category()
const override {
return "Utility\\Workspaces;MDAlgorithms\\Transforms"; }
59 void make1DWorkspace();
61 void make2DWorkspace();
IPeaksWorkspace_sptr workspace
Base class from which all concrete algorithm classes should be derived.
Abstract interface to MDHistoWorkspace, for use in exposing to Python.
Creates a single spectrum Workspace2D with X,Y, and E copied from an first non-integrated dimension o...
const std::string category() const override
Algorithm's category for identification.
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.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
Helper class which provides the Collimation Length for SANS instruments.