10#include "MantidAlgorithms/DllConfig.h"
24 const std::string name()
const override;
26 const std::string
summary()
const override {
return "Replace Y by Y/E for a MatrixWorkspace"; }
28 int version()
const override;
29 const std::string category()
const override;
33 void performUnaryOperation(
const double XIn,
const double YIn,
const double EIn,
double &YOut,
double &EOut)
override;
Calculate Y/E for a Workspace2D.
const std::string summary() const override
Summary of algorithms purpose.
UnaryOperation supports the implementation of a Unary operation on an input workspace.
Helper class which provides the Collimation Length for SANS instruments.