31 const std::string
name()
const override {
return "CuboidGaugeVolumeAbsorption"; }
33 const std::string
summary()
const override {
34 return "Calculates bin-by-bin correction factors for attenuation due to "
35 "absorption and (single) scattering within a cuboid shaped 'gauge "
36 "volume' of a generic sample. The sample shape can be defined by, "
37 "e.g., the CreateSampleShape algorithm.";
41 int version()
const override {
return (1); }
42 const std::vector<std::string>
seeAlso()
const override {
return {
"AbsorptionCorrection"}; }
45 std::string sampleXML()
override;
46 void initialiseCachedDistances()
override;
Calculates attenuation due to absorption and scattering in a generic sample, considering only the sca...
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.
const std::string name() const override
Algorithm's name.
const std::string summary() const override
Summary of algorithms purpose.
Calculates attenuation due to absorption and scattering in a flat plate/slab sample.
Helper class which provides the Collimation Length for SANS instruments.