15namespace WorkflowAlgorithms {
25 const std::string
name()
const override {
return "SANSBeamFluxCorrection"; }
27 const std::string
summary()
const override {
return "Performs beam flux correction on TOF SANS data."; }
29 int version()
const override {
return (1); }
30 const std::vector<std::string>
seeAlso()
const override {
return {
"SANSSolidAngleCorrection"}; }
33 return "Workflow\\SANS\\UsesPropertyManager;"
34 "CorrectionFunctions\\InstrumentCorrections";
#define DLLExport
Definitions of the DLLImport compiler directives for MSVC.
Data processor algorithm to be used as a parent to workflow algorithms.
Performs beam flux correction on TOF SANS data.
std::string m_output_message
std::shared_ptr< Kernel::PropertyManager > m_reductionManager
int version() const override
Algorithm's version.
const std::vector< std::string > seeAlso() const override
const std::string name() const override
Algorithm's name.
const std::string summary() const override
Summary of algorithms purpose.
const std::string category() const override
Algorithm's category for identification.
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.