9#include "MantidAlgorithms/DllConfig.h"
20 const std::string name()
const override;
22 const std::string
summary()
const override {
23 return "Bins events according to pulse time. Binning parameters are "
24 "specified relative to the start of the run.";
27 int version()
const override;
29 const std::string category()
const override;
31 const std::vector<std::string>
seeAlso()
const override {
return {
"Rebin",
"RebinByTimeAtSample"}; }
Helper class for reporting progress from algorithms.
RebinByPulseTimes : Rebin an input EventWorkspace according to the pulse times of the events.
const std::vector< std::string > seeAlso() const override
Algorithm's seeAlso.
const std::string summary() const override
Summary of algorithms purpose.
RebinByTimeBase : Algorithm base class for algorithms performing rebinning by an absolute time axis.
Implements a copy on write data template.
std::shared_ptr< IEventWorkspace > IEventWorkspace_sptr
shared pointer to Mantid::API::IEventWorkspace
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.
std::vector< double > MantidVec
typedef for the data storage used in Mantid matrix workspaces