10#include "MantidMDAlgorithms/DllConfig.h"
13namespace MDAlgorithms {
22 const std::string
name()
const override {
return "FakeMDEventData"; }
24 const std::string
summary()
const override {
25 return "Adds fake multi-dimensional event data to an existing "
26 "MDEventWorkspace, for use in testing.\nYou can create a blank "
27 "MDEventWorkspace with CreateMDWorkspace.";
30 int version()
const override {
return 1; }
31 const std::vector<std::string>
seeAlso()
const override {
return {
"CreateMDWorkspace",
"EvaluateMDFunction"}; }
33 const std::string
category()
const override {
return "MDAlgorithms\\Creation"; }
Base class from which all concrete algorithm classes should be derived.
FakeMDEventData : Algorithm to create fake multi-dimensional event data that gets added to MDEventWor...
const std::string category() const override
Algorithm's category for identification.
const std::string name() const override
Algorithm's name for identification.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
const std::string summary() const override
Summary of algorithms purpose.
int version() const override
Algorithm's verion for identification.
Helper class which provides the Collimation Length for SANS instruments.