18#include "MantidAlgorithms/DllConfig.h"
27 const std::string
name()
const override {
return "HeliumAnalyserEfficiencyTime"; }
29 const std::string
summary()
const override {
30 return "Calculates the helium analyzer efficiency at the input workspace run time using the lifetime, initial "
31 "polarization and mean gas length of the analyzer";
34 int version()
const override {
return 1; }
36 const std::string
category()
const override {
return "SANS\\PolarizationCorrections"; }
38 const std::vector<std::string>
seeAlso()
const override {
39 return {
"HeliumAnalyserEfficiency",
"DepolarizedAnalyserTransmission"};
42 std::map<std::string, std::string> validateInputs()
override;
49 std::pair<double, double> getTimeDifference();
50 std::vector<MatrixWorkspace_sptr> calculateOutputs();
Base class from which all concrete algorithm classes should be derived.
int version() const override
Algorithm's version for identification overriding a virtual method.
const std::vector< std::string > seeAlso() const override
Related algorithms.
const std::string summary() const override
Summary of algorithms purpose.
const std::string name() const override
Algorithm's name for identification overriding a virtual method.
bool checkGroups() override
Check the input workspace properties for groups.
const std::string category() const override
Algorithm's category for identification overriding a virtual method.
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.