18namespace WorkflowAlgorithms {
27 const std::string
name()
const override {
return "SetupHFIRReduction"; }
29 const std::string
summary()
const override {
return "Set up HFIR SANS reduction options."; }
31 int version()
const override {
return (1); }
33 const std::string
category()
const override {
return "Workflow\\SANS"; }
40 void setupTransmission(
const std::shared_ptr<Kernel::PropertyManager> &reductionManager);
41 void setupBackground(
const std::shared_ptr<Kernel::PropertyManager> &reductionManager);
42 void setupSensitivity(
const std::shared_ptr<Kernel::PropertyManager> &reductionManager);
#define DLLExport
Definitions of the DLLImport compiler directives for MSVC.
Base class from which all concrete algorithm classes should be derived.
Set up the reduction options for HFIR reduction.
const std::string category() const override
Algorithm's category for identification.
const std::string summary() const override
Summary of algorithms purpose.
int version() const override
Algorithm's version.
const std::string name() const override
Algorithm's name.
Helper class which provides the Collimation Length for SANS instruments.