13#include "MantidDataHandling/DllConfig.h"
26namespace DataHandling {
66 int version()
const override {
return 2; }
67 const std::vector<std::string>
seeAlso()
const override {
return {
"LoadCanSAS1D"}; }
76 void createSASRootElement(std::string &rootElem)
override;
79 void createSASTransElement(std::string &sasTrans,
const std::string &name);
82 void createSASProcessElement(std::string &sasProcess);
85 void writeHeader(
const std::string &fileName)
override;
This algorithm saves workspace into CanSAS1d format.
API::MatrixWorkspace_const_sptr m_trans_ws
points to the workspace that will be written to file
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
int version() const override
function to return a version of the algorithm, must be overridden in all algorithms
std::shared_ptr< const MatrixWorkspace > MatrixWorkspace_const_sptr
shared pointer to the matrix workspace base class (const version)
Helper class which provides the Collimation Length for SANS instruments.