10#include "MantidAlgorithms/DllConfig.h"
24 const std::string name()
const override;
25 int version()
const override;
26 const std::vector<std::string>
seeAlso()
const override {
return {
"ConvertSpectrumAxis",
"ConvertUnits"}; }
27 const std::string category()
const override;
28 const std::string summary()
const override;
55 void fillAxisValues(MantidVec &vector,
const AxisData &axisData,
bool isHistogram);
56 void fillUnitMap(std::vector<std::string> &orderedVector, std::map<std::string, std::string> &unitMap,
57 const std::string &caption,
const std::string &unit);
Base class from which all concrete algorithm classes should be derived.
ConvertAxesToRealSpace : Converts the spectrum and TOF axes to real space values, integrating the dat...
std::map< std::string, std::string > m_unitMap
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
Helper class which provides the Collimation Length for SANS instruments.
summary data about an Axis
Local cache data about a spectra.