10#include "MantidAlgorithms/DllConfig.h"
15namespace HistogramData {
25 const std::string
name()
const override {
return "MonitorEfficiencyCorUser"; }
27 const std::string
summary()
const override {
28 return "This algorithm normalises the counts by the monitor counts with "
29 "additional efficiency correction according to the formula set in "
30 "the instrument parameters file.";
34 int version()
const override {
return 1; }
35 const std::vector<std::string>
seeAlso()
const override {
return {
"NormaliseToMonitor"}; }
37 const std::string
category()
const override {
return "CorrectionFunctions\\NormalisationCorrections"; }
45 double calculateFormulaValue(
const std::string &,
double);
46 std::string getValFromInstrumentDef(
const std::string &);
55 double m_monitorCounts = 0;
Base class from which all concrete algorithm classes should be derived.
API::MatrixWorkspace_const_sptr m_inputWS
The user selected (input) workspace.
const std::string category() const override
Algorithm's category for identification.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
const std::string name() const override
Algorithm's name.
int version() const override
Algorithm's version.
API::MatrixWorkspace_sptr m_outputWS
The output workspace, maybe the same as the input one.
const std::string summary() const override
Summary of algorithms purpose.
std::shared_ptr< const MatrixWorkspace > MatrixWorkspace_const_sptr
shared pointer to the matrix workspace base class (const version)
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.