10#include "MantidAlgorithms/DllConfig.h"
23 const std::string
name()
const override {
return "ChangePulsetime"; };
25 const std::string
summary()
const override {
26 return "Adds a constant time value, in seconds, to the pulse time of "
27 "events in an EventWorkspace. ";
31 int version()
const override {
return 1; };
32 const std::vector<std::string>
seeAlso()
const override {
return {
"CreateLogTimeCorrection",
"CalculateCountRate"}; }
34 const std::string
category()
const override {
return "Events;Transforms\\Axes"; }
Base class from which all concrete algorithm classes should be derived.
ChangePulsetime : TODO: DESCRIPTION.
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.
int version() const override
Algorithm's version for identification.
const std::string name() const override
Algorithm's name for identification.
const std::string category() const override
Algorithm's category for identification.
Helper class which provides the Collimation Length for SANS instruments.