Mantid
Loading...
Searching...
No Matches
CorelliCalibrationApply.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2014 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
7
8#pragma once
9
10#include "MantidAPI/Algorithm.h"
14#include "MantidAlgorithms/DllConfig.h"
17
18namespace Mantid {
19namespace Algorithms {
24class MANTID_ALGORITHMS_DLL CorelliCalibrationApply final : public API::Algorithm {
25public:
27 const std::string name() const override { return "CorelliCalibrationApply"; };
28
30 const std::string summary() const override { return "Apply Corelli calibration results onto input workspace"; };
31
33 int version() const override { return 1; };
34
36 const std::string category() const override { return "Diffraction\\Calibration"; };
37
39 const std::vector<std::string> seeAlso() const override { return {"CorelliCalibrationDatabase"}; };
40
41private:
43 void init() override;
44
46 void exec() override;
47
49 std::map<std::string, std::string> validateInputs() override;
50
54};
55
56} // namespace Algorithms
57
58} // namespace Mantid
Base class from which all concrete algorithm classes should be derived.
Definition: Algorithm.h:85
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.
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.
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.