13#include "MantidAlgorithms/DllConfig.h"
61 const std::string
name()
const override {
return "CalculateTransmissionBeamSpreader"; }
63 const std::string
summary()
const override {
64 return "Calculates the sample transmission using the beam spreader (aka "
65 "glass carbon) method.";
69 int version()
const override {
return (1); }
70 const std::vector<std::string>
seeAlso()
const override {
71 return {
"CalculateTransmission",
"ApplyTransmissionCorrection"};
74 const std::string
category()
const override {
return "SANS;CorrectionFunctions\\TransmissionCorrections"; }
std::map< DeltaEMode::Type, std::string > index
Base class from which all concrete algorithm classes should be derived.
Calculates the transmission correction, as a function of wavelength, for a SANS instrument.
int version() const override
Algorithm's version.
const std::string summary() const override
Summary of algorithms purpose.
const std::string category() const override
Algorithm's category for identification.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
const std::string name() const override
Algorithm's name.
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.