12#include "MantidDataHandling/DllConfig.h"
19namespace DataHandling {
30 const std::string
name()
const override {
return "LoadCalFile"; };
32 const std::string
summary()
const override {
33 return "Loads a 5-column ASCII .cal file into up to 3 workspaces: a "
34 "GroupingWorkspace, OffsetsWorkspace and/or MaskWorkspace.";
38 int version()
const override {
return 1; };
39 const std::vector<std::string>
seeAlso()
const override {
40 return {
"LoadDiffCal",
"ReadGroupsFromFile",
"CreateDummyCalFile",
"CreateCalFileByNames",
41 "AlignDetectors",
"DiffractionFocussing",
"SaveCalFile",
"MergeCalFiles"};
44 const std::string
category()
const override {
return R
"(DataHandling\Text;Diffraction\DataHandling\CalFiles)"; }
56 Parallel::ExecutionMode
57 getParallelExecutionMode(
const std::map<std::string, Parallel::StorageMode> &storageModes)
const override;
Base class from which all concrete algorithm classes should be derived.
Algorithm to load a 5-column ascii .cal file into up 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 summary() const override
Summary of algorithms purpose.
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.
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
std::shared_ptr< const Instrument > Instrument_const_sptr
Shared pointer to an const instrument object.
Helper class which provides the Collimation Length for SANS instruments.