15#include "MantidAlgorithms/DllConfig.h"
63 const std::string
name()
const override {
return "CalculateEfficiency"; }
65 const std::string
summary()
const override {
return "Calculates the detector efficiency for a SANS instrument."; }
68 int version()
const override {
return (2); }
70 const std::string
category()
const override {
return "SANS;CorrectionFunctions\\EfficiencyCorrections"; }
75 std::map<std::string, std::string> validateInputs()
override;
77 bool processGroups()
override;
80 double stepProgress = 1.0);
88 void validateGroupInput();
91 double m_minThreshold{0.};
93 double m_maxThreshold{2.};
IPeaksWorkspace_sptr workspace
Base class from which all concrete algorithm classes should be derived.
Base MatrixWorkspace Abstract Class.
Class to hold a set of workspaces.
Compute relative detector pixel efficiency from flood data as part of SANS reduction.
const std::string category() const override
Algorithm's category for identification overriding a virtual method.
const std::string name() const override
Algorithm's name for identification overriding a virtual method.
int version() const override
Algorithm's version for identification overriding a virtual method.
const std::string summary() const override
Summary of algorithms purpose.
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.