10#include "MantidAlgorithms/DllConfig.h"
71 const std::string name()
const override;
73 const std::string summary()
const override;
75 int version()
const override;
76 const std::vector<std::string>
seeAlso()
const override {
return {
"ModeratorTzero"}; }
78 const std::string category()
const override;
93 void calculateTfLi(
const API::SpectrumInfo &spectrumInfo,
size_t i,
double &t_f,
double &L_i);
Base class from which all concrete algorithm classes should be derived.
API::SpectrumInfo is an intermediate step towards a SpectrumInfo that is part of Instrument-2....
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
Geometry::Instrument_const_sptr m_instrument
std::shared_ptr< const Instrument > Instrument_const_sptr
Shared pointer to an const instrument object.
Helper class which provides the Collimation Length for SANS instruments.