13#include "MantidDataHandling/DllConfig.h"
16namespace DataHandling {
23 const std::string name()
const override;
24 int version()
const override;
25 const std::string category()
const override;
27 const std::string
summary()
const override {
28 return "Load a characterization file used in Powder Diffraction Reduction.";
34 std::vector<std::string> getFilenames();
35 int readFocusInfo(std::ifstream &file,
const std::string &filename);
Base class for algorithms that can run in parallel on all MPI ranks but not in a distributed fashion.
LoadPDCharacterizations : Load a characterization file used in Powder Diffraction Reduction.
const std::string summary() const override
Summary of algorithms purpose.
std::shared_ptr< ITableWorkspace > ITableWorkspace_sptr
shared pointer to Mantid::API::ITableWorkspace
Helper class which provides the Collimation Length for SANS instruments.