14#include "MantidAlgorithms/DllConfig.h"
49 const std::string
name()
const override {
return "TOFSANSResolution"; }
51 const std::string
summary()
const override {
return "Calculate the Q resolution for TOF SANS data."; }
54 int version()
const override {
return (1); }
55 const std::vector<std::string>
seeAlso()
const override {
return {
"TOFSANSResolutionByPixel"}; }
57 const std::string
category()
const override {
return "SANS"; }
65 virtual double getTOFResolution(
double wl);
67 virtual double getEffectiveXPixelSize();
69 virtual double getEffectiveYPixelSize();
Base class from which all concrete algorithm classes should be derived.
Computes the resolution on TOF SANS data Required Properties:
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
double m_wl_resolution
Wavelength resolution (constant for all wavelengths)
int version() const override
Algorithm's version.
virtual ~TOFSANSResolution()=default
Default destructor.
const std::string category() const override
Algorithm's category for identification.
const std::string name() const override
Algorithm's name.
const std::string summary() const override
Summary of algorithms purpose.
Helper class which provides the Collimation Length for SANS instruments.