11#include "MantidAlgorithms/DllConfig.h"
33 const std::string
name()
const override {
return "CreateLogTimeCorrection"; }
35 const std::string
summary()
const override {
36 return "Create log time correction table. Correction for each pixel is "
37 "based on L1 and L2.";
40 int version()
const override {
return 1; }
41 const std::vector<std::string>
seeAlso()
const override {
return {
"ChangePulsetime",
"ShiftLogTime"}; }
42 const std::string
category()
const override {
return "Events\\EventFiltering"; }
59 const std::vector<double> &corrections)
const;
63 const std::vector<double> &corrections)
const;
Base class from which all concrete algorithm classes should be derived.
CreateLogTimeCorrection : Create correction file and workspace to correct event time against recorded...
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
const std::string name() const override
function to return a name of the algorithm, must be overridden in all algorithms
int version() const override
function to return a version of the algorithm, must be overridden in all algorithms
const std::string summary() const override
Summary of algorithms purpose.
const std::string category() const override
function to return a category of the algorithm.
Geometry::DetectorInfo is an intermediate step towards a DetectorInfo that is part of Instrument-2....
std::shared_ptr< TableWorkspace > TableWorkspace_sptr
shared pointer to Mantid::DataObjects::TableWorkspace
Helper class which provides the Collimation Length for SANS instruments.