10#include "MantidAlgorithms/DllConfig.h"
44 const std::string
name()
const override {
return "GeneralisedSecondDifference"; }
46 const std::string
summary()
const override {
47 return "Computes the generalised second difference of a spectrum or "
52 int version()
const override {
return (1); }
54 const std::string
category()
const override {
return "Arithmetic"; }
62 void computePrefactors();
Base class from which all concrete algorithm classes should be derived.
Compute the generalised second difference of a spectrum or several spectra based on the method descri...
const std::string summary() const override
Summary of algorithms purpose.
const std::string category() const override
Algorithm's category for identification.
std::vector< double > m_Cij2
Vector that contains the prefactor coefficients Cij^2 in the range [-zm-1,zm+1].
std::vector< double > m_Cij
Vector that contains the prefactor coefficients Cij in the range [-zm-1,zm+1].
const std::string name() const override
Algorithm's name.
int version() const override
Algorithm's version.
Helper class which provides the Collimation Length for SANS instruments.