Mantid
Loading...
Searching...
No Matches
ChangeQConvention.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2015 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
11#include "MantidMDAlgorithms/DllConfig.h"
12
13namespace Mantid {
14
15namespace MDAlgorithms {
16
19class MANTID_MDALGORITHMS_DLL ChangeQConvention final : public API::Algorithm {
20public:
22 const std::string name() const override { return "ChangeQConvention"; };
24 const std::string summary() const override { return "Change the convention of MD workspace."; }
25
27 int version() const override { return 1; };
29 const std::string category() const override { return "MDAlgorithms\\DataHandling"; }
30
31private:
33 void init() override;
35 void exec() override;
36};
37
38} // namespace MDAlgorithms
39} // namespace Mantid
Base class from which all concrete algorithm classes should be derived.
Definition: Algorithm.h:85
Save a MDEventWorkspace to a .nxs file.
const std::string name() const override
Algorithm's name for identification.
const std::string category() const override
Algorithm's category for identification.
const std::string summary() const override
Summary of algorithms purpose.
int version() const override
Algorithm's version for identification.
Helper class which provides the Collimation Length for SANS instruments.