10#include "MantidAlgorithms/DllConfig.h"
24 const std::string
name()
const override {
return "ConvertToEventWorkspace"; };
26 const std::string
summary()
const override {
27 return "Converts a Workspace2D from histograms to events in an "
28 "EventWorkspace by converting each bin to an equivalent weighted "
33 int version()
const override {
return 1; };
34 const std::vector<std::string>
seeAlso()
const override {
return {
"ConvertToMatrixWorkspace"}; }
36 const std::string
category()
const override {
return "Events"; }
Base class from which all concrete algorithm classes should be derived.
Perform a conversion for a Workspace2D to an equivalent EventWorkspace.
int version() const override
Algorithm's version for identification.
const std::string category() const override
Algorithm's category for identification.
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 algorithms related to this algorithm.
const std::string name() const override
Algorithm's name for identification.
Helper class which provides the Collimation Length for SANS instruments.