Mantid
Loading...
Searching...
No Matches
SANSSolidAngleCorrection.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 {
45public:
47 const std::string name() const override { return "SANSSolidAngleCorrection"; }
49 const std::string summary() const override { return "Performs solid angle correction on SANS 2D data."; }
51 int version() const override { return (1); }
52 const std::vector<std::string> seeAlso() const override { return {"SolidAngle", "SANSBeamFluxCorrection"}; }
54 const std::string category() const override {
55 return "Workflow\\SANS\\UsesPropertyManager;"
56 "CorrectionFunctions\\InstrumentCorrections";
57 }
58
59private:
61 void init() override;
63 void exec() override;
64 void execEvent();
65};
66
67} // namespace WorkflowAlgorithms
68} // 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
Performs a solid angle correction on a 2D SANS data set to correct for the absence of curvature of th...
const std::string name() const override
Algorithm's name.
const std::string summary() const override
Summary of algorithms purpose.
const std::string category() const override
Algorithm's category for identification.
int version() const override
Algorithm's version.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
Helper class which provides the Collimation Length for SANS instruments.