15namespace WorkflowAlgorithms {
23 const std::string
name()
const override {
return "SANSSensitivityCorrection"; }
25 const std::string
summary()
const override {
return "Perform SANS sensitivity correction."; }
27 int version()
const override {
return (1); }
29 const std::string
category()
const override {
return "Workflow\\SANS\\UsesPropertyManager"; }
37 bool fileCheck(
const std::string &filePath);
#define DLLExport
Definitions of the DLLImport compiler directives for MSVC.
Base class from which all concrete algorithm classes should be derived.
Sensitivity correction for SANS.
const std::string name() const override
Algorithm's name.
std::string m_output_message
const std::string category() const override
Algorithm's category for identification.
int version() const override
Algorithm's version.
const std::string summary() const override
Summary of algorithms purpose.
Helper class which provides the Collimation Length for SANS instruments.