17namespace DataObjects {
48 const std::string
name()
const override {
return "ConjoinWorkspaces"; }
50 int version()
const override {
return 1; }
51 const std::vector<std::string>
seeAlso()
const override {
return {
"ConjoinSpectra",
"ConjoinXRuns",
"MergeRuns"}; }
64 bool processGroups()
override;
68 bool m_overlapChecked =
false;
Base MatrixWorkspace Abstract Class.
Joins two partial, non-overlapping workspaces into one.
const std::string name() const override
Algorithm's name for identification overriding a virtual method.
int version() const override
Algorithm's version for identification overriding a virtual method.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
A base class to hold code common to two algorithms that bolt two workspaces together spectra-wise - C...
This class is intended to fulfill the design specified in <https://github.com/mantidproject/documents...
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.