10#include "MantidDataHandling/DllConfig.h"
19namespace DataHandling {
25 const std::string name()
const override;
26 int version()
const override;
27 const std::vector<std::string>
seeAlso()
const override {
return {
"SaveDiffCal"}; }
28 const std::string category()
const override;
29 const std::string summary()
const override;
32 Parallel::ExecutionMode
33 getParallelExecutionMode(
const std::map<std::string, Parallel::StorageMode> &storageModes)
const override;
38 void getInstrument(H5::H5File &file);
39 void loadGroupingFromAlternateFile();
40 void runLoadCalFile();
41 void makeGroupingWorkspace(
const std::vector<int32_t> &detids,
const std::vector<int32_t> &groups);
42 void makeMaskWorkspace(
const std::vector<int32_t> &detids,
const std::vector<int32_t> &use);
43 void makeCalWorkspace(
const std::vector<int32_t> &detids,
const std::vector<double> &difc,
44 const std::vector<double> &difa,
const std::vector<double> &tzero,
45 const std::vector<int32_t> &dasids,
const std::vector<double> &offsets,
46 const std::vector<int32_t> &use);
Base class from which all concrete algorithm classes should be derived.
LoadDiffCal : TODO: DESCRIPTION.
Geometry::Instrument_const_sptr m_instrument
std::string m_workspaceName
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
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.