Mantid
Loading...
Searching...
No Matches
CreatePolarizationEfficiencies.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2014 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
10
11namespace Mantid {
12namespace DataHandling {
13
17public:
18 const std::string name() const override;
19 int version() const override;
20 const std::string summary() const override;
21 const std::vector<std::string> seeAlso() const override;
22
23private:
24 void init() override;
25 API::MatrixWorkspace_sptr createEfficiencies(std::vector<std::string> const &labels) override;
26};
27
28} // namespace DataHandling
29} // namespace Mantid
CreatePolarizationEfficienciesBase - the base class for algorithms that create polarization efficienc...
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.