10#include "MantidAlgorithms/DllConfig.h"
23 const std::string
name()
const override {
return "RayTracerTester"; };
25 const std::string
summary()
const override {
26 return "Algorithm to test ray tracer by spraying evenly spaced rays "
31 int version()
const override {
return 1; };
33 const std::string
category()
const override {
return "Utility\\Development"; }
Base class from which all concrete algorithm classes should be derived.
Algorithm to test ray tracer by spraying evenly spaced rays around.
const std::string summary() const override
Summary of algorithms purpose.
int version() const override
Algorithm's version for identification.
const std::string name() const override
Algorithm's name for identification.
const std::string category() const override
Algorithm's category for identification.
Helper class which provides the Collimation Length for SANS instruments.