Mantid
Loading...
Searching...
No Matches
ComputeSensitivity.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2012 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//----------------------------------------------------------------------
13
14namespace Mantid {
15namespace WorkflowAlgorithms {
20public:
22 const std::string name() const override { return "ComputeSensitivity"; }
24 const std::string summary() const override { return "Workflow to calculate EQSANS sensitivity correction."; }
26 int version() const override { return (1); }
28 const std::string category() const override { return "Workflow\\SANS\\UsesPropertyManager"; }
29
30private:
32 void init() override;
34 void exec() override;
35};
36
37} // namespace WorkflowAlgorithms
38} // namespace Mantid
#define DLLExport
Definitions of the DLLImport compiler directives for MSVC.
Definition: System.h:53
Data processor algorithm to be used as a parent to workflow algorithms.
Workflow algorithm to compute a patched sensitivity correction for EQSANS.
const std::string name() const override
Algorithm's name.
const std::string summary() const override
Summary of algorithms purpose.
int version() const override
Algorithm's version.
const std::string category() const override
Algorithm's category for identification.
Helper class which provides the Collimation Length for SANS instruments.