13#include "MantidAlgorithms/DllConfig.h"
Base class from which all concrete algorithm classes should be derived.
Helper class for reporting progress from algorithms.
RebinByTimeBase : Algorithm base class for algorithms performing rebinning by an absolute time axis.
virtual void doHistogramming(Mantid::API::IEventWorkspace_sptr inWS, Mantid::API::MatrixWorkspace_sptr outputWS, Mantid::MantidVecPtr &XValues_new, Mantid::MantidVec &OutXValues_scaled, Mantid::API::Progress &prog)=0
Do the algorithm specific histogramming.
~RebinByTimeBase()=default
virtual uint64_t getMinX(Mantid::API::IEventWorkspace_sptr ws) const =0
Get the maximum x across all spectra in workspace.
virtual uint64_t getMaxX(Mantid::API::IEventWorkspace_sptr ws) const =0
Get the minimum x across all spectra in workspace.
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