13#include "MantidMDAlgorithms/DllConfig.h"
16namespace MDAlgorithms {
24 const std::string name()
const override;
26 const std::string
summary()
const override {
return "Merge several MDWorkspaces into one."; }
28 int version()
const override;
29 const std::vector<std::string>
seeAlso()
const override {
return {
"MergeMDFiles",
"AccumulateMD"}; }
30 const std::string category()
const override;
35 void createOutputWorkspace(std::vector<std::string> &inputs);
43 std::vector<uint16_t> experimentInfoNo = {0};
An abstract algorithm sub-class for algorithms that define properties for BoxController settings.
std::shared_ptr< MDEventWorkspace< MDE, nd > > sptr
Typedef for a shared pointer of this kind of event workspace.
Merge several MDWorkspaces into one.
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....
std::vector< Mantid::API::IMDEventWorkspace_sptr > m_workspaces
Vector of input MDWorkspaces.
Mantid::API::IMDEventWorkspace_sptr out
Output MDEventWorkspace.
std::shared_ptr< IMDEventWorkspace > IMDEventWorkspace_sptr
Shared pointer to Mantid::API::IMDEventWorkspace.
Helper class which provides the Collimation Length for SANS instruments.