13#include "MantidAlgorithms/DllConfig.h"
27 const std::string
name()
const override {
return "CopyDetectorMapping"; }
29 const std::string
summary()
const override {
30 return "Copies spectra to detector mapping from one Matrix Workspace to "
35 int version()
const override {
return (1); }
36 const std::vector<std::string>
seeAlso()
const override {
return {
"CopyLogs"}; }
38 const std::string
category()
const override {
return "Utility\\Workspaces"; }
41 std::map<std::string, std::string> validateInputs()
override;
Base class from which all concrete algorithm classes should be derived.
Algorithm to copy spectra-detector mapping from one matrix workspace to another.
int version() const override
Algorithm's version.
const std::string name() const override
Algorithm's name.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
const std::string category() const override
Algorithm's category for identification.
const std::string summary() const override
Summary of algorithms purpose.
Helper class which provides the Collimation Length for SANS instruments.