13#include "MantidAlgorithms/DllConfig.h"
35 const std::string
name()
const override {
return "MagFormFactorCorrection"; }
37 const std::string
summary()
const override {
38 return "MagFormFactorCorrection corrects a workspace for the magnetic form "
39 "factor F(Q) by dividing S(Q,w) by F(Q)^2.";
43 int version()
const override {
return (1); }
44 const std::vector<std::string>
seeAlso()
const override {
return {
"SofQW"}; }
46 const std::string
category()
const override {
return "CorrectionFunctions"; }
Base class from which all concrete algorithm classes should be derived.
Helper class which provides the Collimation Length for SANS instruments.