13#include "MantidAlgorithms/DllConfig.h"
24 const std::string
name()
const override {
return "PolarizerEfficiency"; }
26 const std::string
summary()
const override {
return "Calculates the efficiency of a polarizer."; }
28 int version()
const override {
return 1; }
30 const std::string
category()
const override {
return "SANS\\PolarizationCorrections"; }
32 std::map<std::string, std::string> validateInputs()
override;
38 void calculatePolarizerEfficiency();
IPeaksWorkspace_sptr workspace
Base class from which all concrete algorithm classes should be derived.
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.