11#include "MantidAlgorithms/DllConfig.h"
20 const std::string name()
const override;
23 const std::string alias()
const override;
26 const std::string summary()
const override;
29 int version()
const override;
30 const std::vector<std::string>
seeAlso()
const override {
return {
"EstimateDivergence"}; }
33 const std::string category()
const override;
42 double getWavelength();
45 void processAlgProperties();
48 void retrieveInstrumentParameters();
51 void estimateDetectorResolution();
72 double m_centreVelocity = 0.0;
75 double m_deltaT = 0.0;
Base class from which all concrete algorithm classes should be derived.
EstimateResolutionDiffraction : TODO: DESCRIPTION.
API::MatrixWorkspace_sptr m_resTof
workspace holding the term for just the time-of-flight portion of the resolution
API::MatrixWorkspace_sptr m_resAngle
workspace holding the term for just the angular/solid angle portion of the resolution
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
API::MatrixWorkspace_sptr m_outputWS
Output workspace.
API::MatrixWorkspace_sptr m_inputWS
Input workspace.
API::MatrixWorkspace_sptr m_divergenceWS
Workspace with custom divergence term.
API::MatrixWorkspace_sptr m_resPathLength
workspace holding the term for just the flight path portion of the resolution
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.