11#include "MantidAlgorithms/DllConfig.h"
22 const std::string
name()
const override {
return "GenerateFlatCellWorkspaceLOQ"; }
24 const std::string
summary()
const override {
25 return "Generates the FlatCell workspace for ISIS SANS reduction of LOQ.";
29 int version()
const override {
return (1); }
32 const std::string
category()
const override {
return "SANS"; }
33 std::map<std::string, std::string> validateInputs()
override;
37 double normStdLAB{0.0};
38 double normStdHAB{0.0};
46 double mean(std::span<const double> values)
const;
47 double stddev(std::span<double> values)
const;
48 void scale(std::span<double> values,
double factor)
const;
52 FlatCellStats normalizeBanks(std::span<double> values)
const;
Base class from which all concrete algorithm classes should be derived.
Generates the FlatCell workspace for ISIS SANS reduction of LOQ.
int version() const override
Algorithm's version.
const std::string category() const override
Algorithm's category for identification.
const std::string summary() const override
Summary of algorithms purpose.
const std::string name() const override
Algorithm's name.
std::shared_ptr< Workspace > Workspace_sptr
shared pointer to Mantid::API::Workspace
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.