11#include "MantidAlgorithms/DllConfig.h"
21 virtual const std::string
name()
const override {
return "CalculatePlaczekSelfScattering"; }
22 virtual int version()
const override {
return (2); }
23 const std::vector<std::string>
seeAlso()
const override {
return {
"FitIncidentSpectrum",
"CalculatePlaczek"}; }
24 const std::string
category()
const override {
return "CorrectionFunctions"; };
25 const std::string
summary()
const override {
26 return "Calculates the Placzek self scattering correction of an incident "
Base class from which all concrete algorithm classes should be derived.
CalculatePlaczekSelfScattering2 : TODO: DESCRIPTION.
const std::string summary() const override
function returns a summary message that will be displayed in the default GUI, and in the help.
const std::string category() const override
function to return a category of the algorithm.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
virtual int version() const override
function to return a version of the algorithm, must be overridden in all algorithms
virtual const std::string name() const override
function to return a name of the algorithm, must be overridden in all algorithms
CalculatePlaczekSelfScattering2()
Helper class which provides the Collimation Length for SANS instruments.