10#include "MantidAlgorithms/DllConfig.h"
22 const std::string
name()
const override {
return "AddPeak"; };
24 const std::string
summary()
const override {
return "Adds a peak to a PeaksWorkspace."; }
26 int version()
const override {
return 1; };
27 const std::vector<std::string>
seeAlso()
const override {
return {
"AddPeakHKL",
"CalculatePeaksHKL"}; }
29 const std::string
category()
const override {
return "Crystal\\Peaks"; }
Base class from which all concrete algorithm classes should be derived.
Add a peak to a PeaksWorkspace.
int version() const override
Algorithm's version for identification.
const std::string summary() const override
Summary of algorithms purpose.
const std::string name() const override
Algorithm's name for identification.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
const std::string category() const override
Algorithm's category for identification.
Helper class which provides the Collimation Length for SANS instruments.