11#include "MantidMDAlgorithms/DllConfig.h"
16namespace MDAlgorithms {
21 const std::string
name()
const override {
return "DgsScatteredTransmissionCorrectionMD"; }
22 int version()
const override {
return 1; }
23 const std::string
category()
const override {
return "MDAlgorithms"; }
24 const std::string
summary()
const override {
25 return "Isotropic scattering transmission correction for Inelastic data";
36 std::map<std::string, std::string> validateInputs()
override;
42 std::string checkInputWorkspace();
44 std::string checkInputMDDimensions();
Base class from which all concrete algorithm classes should be derived.
Templated class for the multi-dimensional event workspace.
std::shared_ptr< MDEventWorkspace< MDE, nd > > sptr
Typedef for a shared pointer of this kind of event workspace.
int version() const override
function to return a version of the algorithm, must be overridden in all algorithms
const std::string category() const override
function to return a category of the algorithm.
const std::string name() const override
function to return a name of the algorithm, must be overridden in all algorithms
std::vector< float > mEfixedValues
Value of Efixed for each run.
DgsScatteredTransmissionCorrectionMD()
const std::string summary() const override
function returns a summary message that will be displayed in the default GUI, and in the help.
Helper class which provides the Collimation Length for SANS instruments.