10#include "MantidAlgorithms/DllConfig.h"
27 const std::string
name()
const override {
return "FilterByTime"; };
29 const std::string
summary()
const override {
30 return "This algorithm filters out events from an EventWorkspace that are "
31 "not between given start and stop times.";
35 int version()
const override {
return 1; };
36 const std::vector<std::string>
seeAlso()
const override {
37 return {
"LoadEventNexus",
"FilterByXValue",
"FilterEvents",
"FilterLogByTime",
"FilterBadPulses"};
40 const std::string
category()
const override {
return "Events\\EventFiltering"; }
Base class for algorithms that treat all spectra independently, i.e., we can trivially parallelize ov...
Filters an EventWorkspace by wall-clock time, and outputs to a new event workspace or replaces the ex...
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 for identification overriding a virtual method.
const std::string name() const override
Algorithm's name for identification overriding a virtual method.
DataObjects::EventWorkspace_const_sptr eventW
Pointer for an event workspace.
const std::string summary() const override
Summary of algorithms purpose.
const std::string category() const override
Algorithm's category for identification overriding a virtual method.
std::shared_ptr< const EventWorkspace > EventWorkspace_const_sptr
shared pointer to a const Workspace2D
Helper class which provides the Collimation Length for SANS instruments.