10#include "MantidAlgorithms/DllConfig.h"
21 const std::string name()
const override;
23 const std::string
summary()
const override {
return "Creates/updates a time-series log"; }
25 int version()
const override;
26 const std::vector<std::string>
seeAlso()
const override {
27 return {
"AddSampleLog",
"GetTimeSeriesLogInformation",
"MergeLogs"};
29 const std::string category()
const override;
38 void createOrUpdate(
API::Run &run,
const std::string &name);
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::string summary() const override
Summary of algorithms purpose.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.