Mantid
Loading...
Searching...
No Matches
EQSANSQ2D.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2018 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
9//----------------------------------------------------------------------
10// Includes
11//----------------------------------------------------------------------
12#include "MantidAPI/Algorithm.h"
13
14namespace Mantid {
15namespace WorkflowAlgorithms {
26class DLLExport EQSANSQ2D final : public API::Algorithm {
27public:
29 const std::string name() const override { return "EQSANSQ2D"; }
31 const std::string summary() const override {
32 return "Workflow algorithm to process a reduced EQSANS workspace and "
33 "produce I(Qx,Qy).";
34 }
36 int version() const override { return (1); }
38 const std::string category() const override { return "Workflow\\SANS"; }
39
40private:
42 void init() override;
44 void exec() override;
45};
46
47} // namespace WorkflowAlgorithms
48} // namespace Mantid
#define DLLExport
Definitions of the DLLImport compiler directives for MSVC.
Definition: System.h:53
Base class from which all concrete algorithm classes should be derived.
Definition: Algorithm.h:85
Workflow algorithm to process a reduced EQSANS workspace and produce I(Qx,Qy).
Definition: EQSANSQ2D.h:26
const std::string summary() const override
Summary of algorithms purpose.
Definition: EQSANSQ2D.h:31
const std::string category() const override
Algorithm's category for identification.
Definition: EQSANSQ2D.h:38
int version() const override
Algorithm's version.
Definition: EQSANSQ2D.h:36
const std::string name() const override
Algorithm's name.
Definition: EQSANSQ2D.h:29
Helper class which provides the Collimation Length for SANS instruments.