10#include "MantidAlgorithms/DllConfig.h"
31 const std::string name()
const override;
33 const std::string
summary()
const override {
return "Copies the sample logs from one workspace to another."; }
35 int version()
const override;
36 const std::vector<std::string>
seeAlso()
const override {
37 return {
"CreateLogPropertyTable",
"CopyDetectorMapping",
"CheckForSampleLogs",
"CopySample"};
39 const std::string category()
const override;
46 void mergeReplaceExisting(
const std::vector<Kernel::Property *> &inputLogs,
API::Run &outputRun);
48 void mergeKeepExisting(
const std::vector<Kernel::Property *> &inputLogs,
API::Run &outputRun);
50 void wipeExisting(
const std::vector<Kernel::Property *> &inputLogs,
API::Run &outputRun);
Base class from which all concrete algorithm classes should be derived.
This class stores information regarding an experimental run as a series of log entries.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
const std::string summary() const override
Summary of algorithms purpose.
Helper class which provides the Collimation Length for SANS instruments.