10#include "MantidAlgorithms/DllConfig.h"
11#include <boost/optional.hpp>
29 const std::string name()
const override;
30 int version()
const override;
31 const std::vector<std::string>
seeAlso()
const override {
return {
"PolarizationEfficiencyCor"}; }
32 const std::string category()
const override;
33 const std::string summary()
const override;
38 std::shared_ptr<Mantid::API::MatrixWorkspace> getEfficiencyWorkspace(
const std::string &label);
39 std::shared_ptr<Mantid::API::WorkspaceGroup> execPA(
const std::shared_ptr<Mantid::API::WorkspaceGroup> &inWS);
40 std::shared_ptr<Mantid::API::WorkspaceGroup> execPNR(
const std::shared_ptr<Mantid::API::WorkspaceGroup> &inWS);
41 std::shared_ptr<Mantid::API::MatrixWorkspace> add(std::shared_ptr<Mantid::API::MatrixWorkspace> &lhsWS,
43 std::shared_ptr<Mantid::API::MatrixWorkspace> multiply(std::shared_ptr<Mantid::API::MatrixWorkspace> &lhsWS,
const std::vector< double > & rhs
Base class from which all concrete algorithm classes should be derived.
PolarizationCorrectionFredrikze : Algorithm to perform polarisation corrections on multi-period group...
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
Helper class which provides the Collimation Length for SANS instruments.