11#include "MantidAlgorithms/DllConfig.h"
18 std::string
const name()
const override {
return "FlipperEfficiency"; }
21 std::string
const summary()
const override;
24 std::string
const category()
const override {
return "SANS\\PolarizationCorrections"; }
27 int version()
const override {
return 1; }
37 std::map<std::string, std::string> validateInputs()
override;
44 bool const isFlipperAnalyser =
false);
IPeaksWorkspace_sptr workspace
Base class from which all concrete algorithm classes should be derived.
int version() const override
The version number of the algorithm.
std::string const name() const override
The string identifier for the algorithm.
std::string const category() const override
The category of the algorithm.
std::shared_ptr< WorkspaceGroup > WorkspaceGroup_sptr
shared pointer to Mantid::API::WorkspaceGroup
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class