10#include "MantidAlgorithms/DllConfig.h"
18 const std::string
name()
const override {
return "ApplyInstrumentToPeaks"; }
19 int version()
const override {
return 1; }
20 const std::vector<std::string>
seeAlso()
const override {
return {}; }
21 const std::string
category()
const override {
return "Crystal\\Peaks"; }
22 const std::string
summary()
const override {
23 return "Update the instrument attached to peaks within a PeaksWorkspace to match the one provided or the one "
24 "attached to the input workspace while keeping detectorID and TOF unchanged";
Base class from which all concrete algorithm classes should be derived.
ApplyInstrumentToPeaks : 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 name() const override
function to return a name of the algorithm, must be overridden in all algorithms
const std::string category() const override
function to return a category of the algorithm.
int version() const override
function to return a version of the algorithm, must be overridden in all algorithms
const std::string summary() const override
function returns a summary message that will be displayed in the default GUI, and in the help.
Helper class which provides the Collimation Length for SANS instruments.