10#include "MantidAlgorithms/DllConfig.h"
20 const std::string name()
const override;
21 int version()
const override;
22 const std::vector<std::string>
seeAlso()
const override {
return {
"AnvredCorrection"}; }
23 const std::string category()
const override;
24 const std::string summary()
const override;
25 std::map<std::string, std::string> validateInputs()
override;
Base class from which all concrete algorithm classes should be derived.
Helper class for reporting progress from algorithms.
LorentzCorrection : Algorithm Performs a lorentz correction (sin(theta)^2)/(wavelength^4) on a Matrix...
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.