10#include "MantidAlgorithms/DllConfig.h"
23 const std::string name()
const override;
26 int version()
const override;
27 const std::vector<std::string>
seeAlso()
const override {
28 return {
"CalculateCarpenterSampleCorrection",
30 "MonteCarloAbsorption",
31 "MayersSampleCorrection",
33 "VesuvioCalculateMS"};
37 const std::string category()
const override;
40 const std::string
summary()
const override {
41 return "Applies both absorption and multiple scattering corrections, "
42 "originally used to correct vanadium spectrum at IPNS.";
46 const std::string
alias()
const override {
return "MultipleScatteringCylinderAbsorption"; }
54 double coeff2,
double coeff3,
bool doAbs,
bool doMS);
Data processor algorithm to be used as a parent to workflow algorithms.
Multiple scattering absorption correction, originally used to correct vanadium spectrum at IPNS.
const std::vector< std::string > seeAlso() const override
const std::string summary() const override
Summary of algorithms purpose.
const std::string alias() const override
std::shared_ptr< WorkspaceGroup > WorkspaceGroup_sptr
shared pointer to Mantid::API::WorkspaceGroup
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.