10#include "MantidAlgorithms/DllConfig.h"
31 const std::string
name()
const override {
return "AddAbsorptionWeightedPathLengths"; };
33 const std::string
summary()
const override {
34 return "Add absorption weighted path lengths to each peak in a peaks "
39 int version()
const override {
return 1; };
40 const std::vector<std::string>
seeAlso()
const override {
41 return {
"MonteCarloAbsorption",
"SetSample",
"SaveReflections"};
44 const std::string
category()
const override {
return "Crystal\\Peaks"; }
51 std::map<std::string, std::string> validateInputs()
override;
Base class from which all concrete algorithm classes should be derived.
This class stores information about the sample used in particular run.
Calculates the absorption weighted path length for each peak in a peaks workspace and saves it to the...
const std::string name() const override
Algorithm's name for identification.
const std::string category() const override
Algorithm's category for identification.
const std::string summary() const override
Summary of algorithms purpose.
std::unique_ptr< IBeamProfile > createBeamProfile(const Geometry::Instrument &instrument, const API::Sample &sample) const
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
int version() const override
Algorithm's version for identification.
Helper class which provides the Collimation Length for SANS instruments.