Mantid
Loading...
Searching...
No Matches
UnwrapMonitorsInTOF.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2016 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#pragma once
8
12#include "MantidAlgorithms/DllConfig.h"
13
14namespace Mantid {
15namespace Algorithms {
16
22class MANTID_ALGORITHMS_DLL UnwrapMonitorsInTOF final : public API::Algorithm, public API::DeprecatedAlgorithm {
23public:
25 const std::string name() const override;
26 int version() const override;
27 const std::vector<std::string> seeAlso() const override { return {"UnwrapMonitor", "UnwrapSNS"}; }
28 const std::string category() const override;
29 const std::string summary() const override;
30 std::map<std::string, std::string> validateInputs() override;
31
32private:
33 void init() override;
34 void exec() override;
35};
36
37} // namespace Algorithms
38} // namespace Mantid
std::string name
Definition Run.cpp:60
Base class from which all concrete algorithm classes should be derived.
Definition Algorithm.h:76
Class for marking algorithms as deprecated.
UnwrapMonitorsInTOF : Handles workspaces which contain monitors that recorded data which spills over ...
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
Helper class which provides the Collimation Length for SANS instruments.