10#include "MantidAlgorithms/DllConfig.h"
21 const std::string name()
const override;
23 const std::string
summary()
const override {
24 return "This algorithm calculates the weighted mean for an entire "
28 int version()
const override;
29 const std::vector<std::string>
seeAlso()
const override {
return {
"Mean",
"WeightedMean"}; }
30 const std::string category()
const override;
Base class from which all concrete algorithm classes should be derived.
WeightedMeanOfWorkspace This algorithm calculates the weighted mean for a single workspace from all t...
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
const std::string summary() const override
Summary of algorithms purpose.
Helper class which provides the Collimation Length for SANS instruments.