10#include "MantidDataHandling/DllConfig.h"
13namespace DataHandling {
32 const std::string
name()
const override {
return "SaveDaveGrp"; };
34 const std::string
summary()
const override {
35 return "Saves a 2D workspace to DAVE grouped data format file.See "
36 "http://www.ncnr.nist.gov/dave/documentation/ascii_help.pdf";
40 int version()
const override {
return 1; };
41 const std::vector<std::string>
seeAlso()
const override {
return {
"LoadDaveGrp"}; }
43 const std::string
category()
const override {
return "DataHandling\\Text;Inelastic\\DataHandling"; }
45 const std::string
alias()
const override {
return "SaveDASC"; }
Base class from which all concrete algorithm classes should be derived.
int version() const override
Algorithm's version for identification.
const std::string category() const override
Algorithm's category for identification.
const std::string name() const override
Algorithm's name for identification.
const std::string summary() const override
Summary of algorithms purpose.
const std::string alias() const override
Algorithm's aliases.
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.