10#include "MantidAlgorithms/DllConfig.h"
31 const std::string
category()
const override {
return "Inelastic\\Indirect"; }
34 int version()
const override {
return 1; }
37 const std::string
summary()
const override {
38 return "Get Q-values in the vertical axis of a MatrixWorkspace containing "
39 "QENS S(Q,E) of S(theta,E) data.";
43 const std::string
name()
const override {
return "GetQsInQENSData"; }
46 std::map<std::string, std::string> validateInputs()
override;
IPeaksWorkspace_sptr workspace
Base class from which all concrete algorithm classes should be derived.
Extracts Q-values from a workspace containing QENS data.
int version() const override
Algorithm's version for identification.
const std::string category() const override
Algorithm's category for identification.
const std::string name() const override
Algorithms name for identification.
const std::string summary() const override
Algorithm's summary for use in the GUI and help.
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.
std::vector< double > MantidVec
typedef for the data storage used in Mantid matrix workspaces