15#include "MantidAlgorithms/DllConfig.h"
65 const std::string
name()
const override {
return "CheckWorkspacesMatch"; }
68 const std::string
summary()
const override {
69 return "Compares two workspaces for equality. This algorithm is mainly "
70 "intended for use by the Mantid development team as part of the "
75 int version()
const override {
return (1); }
76 const std::vector<std::string>
seeAlso()
const override {
return {
"CompareWorkspaces"}; }
79 const std::string
category()
const override {
return "Utility\\Workspaces"; }
92 bool processGroups()
override;
95 std::string runCompareWorkspaces(
bool group_compare =
false);
Base class from which all concrete algorithm classes should be derived.
Class for marking algorithms as deprecated.
Compares two workspaces for equality.
const std::string name() const override
Algorithm's name.
const std::string summary() const override
Summary of algorithms purpose.
const std::string category() const override
Algorithm's category for identification.
static std::string successString()
The string that is returned when comparison is successful.
int version() const override
Algorithm's version.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
Helper class which provides the Collimation Length for SANS instruments.