46 const std::string
name()
const override {
return "SofQWPolygon"; }
47 const std::string
alias()
const override {
return "SofQW2"; }
49 const std::string
summary()
const override {
50 return "Calculate the intensity as a function of momentum transfer and "
55 int version()
const override {
return 1; }
56 const std::vector<std::string>
seeAlso()
const override {
return {
"SofQW",
"SofQWNormalisedPolygon",
"Rebin2D"}; }
58 const std::string
category()
const override {
return "Inelastic\\SofQW"; }
IPeaksWorkspace_sptr workspace
Base MatrixWorkspace Abstract Class.
Rebins both axes of a two-dimensional workspace to the given parameters.
Converts a 2D workspace that has axes of energy transfer against spectrum number to one that gives in...
const std::string name() const override
Algorithm's name for identification.
int version() const override
Algorithm's version for identification.
double m_thetaWidth
Theta width.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
const std::string alias() const override
function to return any aliases of the algorithm.
const std::string summary() const override
Summary of algorithms purpose.
std::vector< double > m_thetaPts
Input theta points.
const std::string category() const override
Algorithm's category for identification.
SofQCommon m_EmodeProperties
std::vector< double > m_Qout
Output Q axis.
std::shared_ptr< const MatrixWorkspace > MatrixWorkspace_const_sptr
shared pointer to the matrix workspace base class (const version)
Helper class which provides the Collimation Length for SANS instruments.