10#include "MantidDataHandling/DllConfig.h"
13namespace DataHandling {
48 const std::string
name()
const override {
return "SavePAR"; }
50 const std::string
summary()
const override {
51 return "Writes the detector geometry information of a workspace into a "
52 "Tobyfit PAR format file.";
56 int version()
const override {
return (1); }
57 const std::vector<std::string>
seeAlso()
const override {
return {
"SaveSPE"}; }
59 const std::string
category()
const override {
return "DataHandling\\SPE;Inelastic\\DataHandling"; }
Base class from which all concrete algorithm classes should be derived.
Saves a workspace into an ASCII PAR file.
std::string det_par_ws_name
The name of the table workpsace with detectors positions used in tests.
int version() const override
Algorithm's version.
void set_resulting_workspace(const std::string &ws_name)
the method used in tests.
const std::string category() const override
Algorithm's category for identification.
const std::string summary() const override
Summary of algorithms purpose.
const std::string name() const override
Algorithm's name.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
Helper class which provides the Collimation Length for SANS instruments.