10#include "MantidAlgorithms/DllConfig.h"
18 const std::string
name()
const override {
return "MergeLogs"; };
20 const std::string
summary()
const override {
return "Merge 2 TimeSeries logs in a given Workspace."; }
22 int version()
const override {
return 1; };
23 const std::vector<std::string>
seeAlso()
const override {
return {
"AddTimeSeriesLog"}; }
25 const std::string
category()
const override {
return "DataHandling\\Logs"; }
27 std::map<std::string, std::string> validateInputs()
override;
33 std::string validateTSP(std::string
const &propertyName);
Base class from which all concrete algorithm classes should be derived.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
int version() const override
Algorithm's version for identification.
const std::string name() const override
Algorithm's name for identification.
const std::string summary() const override
Summary of algorithms purpose.
const std::string category() const override
Algorithm's category for identification.
Helper class which provides the Collimation Length for SANS instruments.