15namespace WorkflowAlgorithms {
47 const std::string
name()
const override {
return "SANSSolidAngleCorrection"; }
49 const std::string
summary()
const override {
return "Performs solid angle correction on SANS 2D data."; }
51 int version()
const override {
return (1); }
52 const std::vector<std::string>
seeAlso()
const override {
return {
"SolidAngle",
"SANSBeamFluxCorrection"}; }
55 return "Workflow\\SANS\\UsesPropertyManager;"
56 "CorrectionFunctions\\InstrumentCorrections";
#define DLLExport
Definitions of the DLLImport compiler directives for MSVC.
Base class from which all concrete algorithm classes should be derived.
Performs a solid angle correction on a 2D SANS data set to correct for the absence of curvature of th...
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.
int version() const override
Algorithm's version.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
Helper class which provides the Collimation Length for SANS instruments.