11#include "MantidDataHandling/DllConfig.h"
17namespace DataHandling {
28 const std::string
name()
const override {
return "SaveCalFile"; };
30 const std::string
summary()
const override {
31 return "Saves a 5-column ASCII .cal file from up to 3 workspaces: a "
32 "GroupingWorkspace, OffsetsWorkspace and/or MaskWorkspace.";
36 int version()
const override {
return 1; };
37 const std::vector<std::string>
seeAlso()
const override {
38 return {
"SaveDiffCal",
"ReadGroupsFromFile",
"CreateDummyCalFile",
"CreateCalFileByNames",
39 "AlignDetectors",
"DiffractionFocussing",
"LoadCalFile",
"MergeCalFiles"};
42 const std::string
category()
const override {
return R
"(DataHandling\Text;Diffraction\DataHandling\CalFiles)"; }
Base class from which all concrete algorithm classes should be derived.
Algorithm to save a 5-column ascii .cal file from to 3 workspaces: a GroupingWorkspace,...
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
const std::string category() const override
Algorithm's category for identification.
const std::string name() const override
Algorithm's name for identification.
int version() const override
Algorithm's version for identification.
const std::string summary() const override
Summary of algorithms purpose.
std::shared_ptr< GroupingWorkspace > GroupingWorkspace_sptr
shared pointer to the GroupingWorkspace class
std::shared_ptr< MaskWorkspace > MaskWorkspace_sptr
shared pointer to the MaskWorkspace class
std::shared_ptr< OffsetsWorkspace > OffsetsWorkspace_sptr
shared pointer to the OffsetsWorkspace class
Helper class which provides the Collimation Length for SANS instruments.