10#include "MantidDataHandling/DllConfig.h"
13namespace DataHandling {
31 const std::string
name()
const override {
return "CompressEvents"; };
33 const std::string
summary()
const override {
34 return "Reduce the number of events in an EventWorkspace by grouping "
35 "together events with identical or similar X-values "
40 int version()
const override {
return 1; };
41 const std::vector<std::string>
seeAlso()
const override {
return {
"LoadEventNexus",
"LoadEventAndCompress"}; }
43 const std::string
category()
const override {
return "Events"; }
Base class for algorithms that treat all spectra independently, i.e., we can trivially parallelize ov...
Compress an EventWorkspace by lumping together events with very close TOF value, while ignoring the e...
int version() const override
Algorithm's version for identification overriding a virtual method.
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 (these are not validated) algorithms related to this algorithm....
const std::string name() const override
Algorithm's name for identification overriding a virtual method.
const std::string category() const override
Algorithm's category for identification overriding a virtual method.
Helper class which provides the Collimation Length for SANS instruments.