10#include "MantidAlgorithms/DllConfig.h"
37 const std::string
name()
const override {
return "Qxy"; }
39 const std::string
summary()
const override {
40 return "Performs the final part of a SANS (LOQ/SANS2D) two dimensional (in "
45 int version()
const override {
return (1); }
46 const std::vector<std::string>
seeAlso()
const override {
return {
"Q1D"}; }
48 const std::string
category()
const override {
return "SANS"; }
56 std::vector<double> logBinning(
double min,
double max,
int num);
Base class from which all concrete algorithm classes should be derived.
Base MatrixWorkspace Abstract Class.
This algorithm rebins a 2D workspace in units of wavelength into 2D Q.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
int version() const override
Algorithm's version.
const std::string name() const override
Algorithm's name.
const std::string summary() const override
Summary of algorithms purpose.
const std::string category() const override
Algorithm's category for identification.
std::shared_ptr< const MatrixWorkspace > MatrixWorkspace_const_sptr
shared pointer to the matrix workspace base class (const version)
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.