10#include "MantidAlgorithms/DllConfig.h"
23 const std::string name()
const override;
25 const std::string
summary()
const override {
return "Filters events according to a min and/or max value of X."; }
27 int version()
const override;
28 const std::vector<std::string>
seeAlso()
const override {
29 return {
"FilterByTime",
"FilterByLogValue",
"FilterBadPulses"};
31 const std::string category()
const override;
33 std::map<std::string, std::string> validateInputs()
override;
Base class from which all concrete algorithm classes should be derived.
Filters the events in an event workspace according to a minimum and/or maximum value of X.
const std::string summary() const override
Summary of algorithms purpose.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
Helper class which provides the Collimation Length for SANS instruments.