10#include "MantidAlgorithms/DllConfig.h"
35 const std::string name()
const override;
37 const std::string
summary()
const override {
38 return "Filters out events associated with pulses that happen when proton "
39 "charge is lower than a given percentage of the average.";
42 int version()
const override;
43 const std::vector<std::string>
seeAlso()
const override {
return {
"FilterByTime",
"FilterByLogValue"}; }
45 const std::string category()
const override;
Base class for algorithms that treat all spectra independently, i.e., we can trivially parallelize ov...
Filters out events associated with pulses that happen when proton charge is lower than a given percen...
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
const std::string summary() const override
Summary of algorithms purpose.
Helper class which provides the Collimation Length for SANS instruments.