14#include "MantidAlgorithms/DllConfig.h"
50 const std::string
name()
const override {
return "CorrectKiKf"; }
52 const std::string
summary()
const override {
53 return "Performs k_i/k_f multiplication, in order to transform "
54 "differential scattering cross section into dynamic structure "
59 int version()
const override {
return 1; }
62 return "Inelastic\\Corrections;CorrectionFunctions\\SpecialCorrections";
76 template <
class T>
void correctKiKfEventHelper(std::vector<T> &wevector,
double efixed,
const std::string &emodeStr);
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....
Multiplies the workspace with k_i/k_f The initial workspace must have energy transfer units.
const std::string category() const override
Algorithm's category for identification overriding a virtual method.
const std::string name() const override
Algorithm's name for identification overriding a virtual method.
const std::string summary() const override
Summary of algorithms purpose.
int version() const override
Algorithm's version for identification overriding a virtual method.
Helper class which provides the Collimation Length for SANS instruments.
Generate a tableworkspace to store the calibration results.