12#include "MantidAlgorithms/DllConfig.h"
16class SpectrumIndexSet;
25 const std::string name()
const override;
26 const std::string summary()
const override;
27 int version()
const override;
28 const std::vector<std::string> seeAlso()
const override;
29 const std::string category()
const override;
34 double computeTOF(
const API::MatrixWorkspace &detectorWs,
const double detectorEPP,
const double monitorEPP,
38 double monitorPeakPosition(
const size_t monitorIndex);
Base class from which all concrete algorithm classes should be derived.
Base MatrixWorkspace Abstract Class.
Estimates the incident neutron energy from the time of flight between a monitor and a set of detector...
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.