10#include "MantidCurveFitting/DllConfig.h"
16namespace HistogramData {
21namespace CurveFitting {
28 const std::string name()
const override;
30 const std::string
summary()
const override {
31 return "Normalises the input data by the area of of peak defined by the "
35 const std::vector<std::string>
seeAlso()
const override {
return {
"MonitorEfficiencyCorUser",
"Divide"}; }
37 int version()
const override;
38 const std::string category()
const override;
45 void retrieveInputs();
56 void normaliseTOFData(
const double area,
const size_t index);
61 void symmetriseYSpace();
IPeaksWorkspace_sptr workspace
std::map< DeltaEMode::Type, std::string > index
Base class from which all concrete algorithm classes should be derived.
API::MatrixWorkspace_sptr m_inputWS
const std::string summary() const override
Summary of algorithms purpose.
API::MatrixWorkspace_sptr m_normalisedWS
Normalised output in TOF.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
API::MatrixWorkspace_sptr m_symmetrisedWS
Fitted output.
API::MatrixWorkspace_sptr m_yspaceWS
Input data converted (and possible summed) to Y space.
bool m_sumResults
Flag to indicate if results are to be summed.
std::unique_ptr< API::Progress > m_progress
Reporting.
double m_mass
The input mass in AMU.
API::MatrixWorkspace_sptr m_fittedWS
Fitted output.
Implements a copy on write data template.
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.