14#include "MantidAlgorithms/DllConfig.h"
27 const std::string
name()
const override {
return "CorelliCalibrationApply"; };
30 const std::string
summary()
const override {
return "Apply Corelli calibration results onto input workspace"; };
33 int version()
const override {
return 1; };
36 const std::string
category()
const override {
return "Diffraction\\Calibration"; };
39 const std::vector<std::string>
seeAlso()
const override {
return {
"CorelliCalibrationDatabase"}; };
49 std::map<std::string, std::string> validateInputs()
override;
Base class from which all concrete algorithm classes should be derived.
Apply calibration table for Corelli Powder Diffraction.
const std::string name() const override
Algorithm's name for identification.
const std::string summary() const override
Summary of algorithm's purpose.
DataObjects::TableWorkspace_sptr calTable
const std::vector< std::string > seeAlso() const override
Extra help info.
int version() const override
Algorithm's version, overriding a virtual method.
const std::string category() const override
Algorithm's category, overriding a virtual method.
API::MatrixWorkspace_sptr ws
Members.
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
std::shared_ptr< TableWorkspace > TableWorkspace_sptr
shared pointer to Mantid::DataObjects::TableWorkspace
Helper class which provides the Collimation Length for SANS instruments.