10#include "MantidDataHandling/DllConfig.h"
17namespace DataHandling {
27 const std::string
name()
const override {
return "SaveIsawDetCal"; }
29 const std::string
summary()
const override {
30 return "Saves an instrument with RectangularDetectors to an ISAW .DetCal "
35 int version()
const override {
return 1; }
36 const std::vector<std::string>
seeAlso()
const override {
return {
"LoadIsawDetCal"}; }
38 const std::string
category()
const override {
return "Diffraction\\DataHandling;DataHandling\\Isaw"; }
46 Kernel::V3D findPixelPos(
const std::string &bankName,
int col,
int row);
47 void sizeBanks(
const std::string &bankName,
int &NCOLS,
int &NROWS,
double &xsize,
double &ysize);
Base class from which all concrete algorithm classes should be derived.
Saves an instrument with RectangularDetectors to an ISAW .DetCal file.
const std::string category() const override
Algorithm's category for identification.
const std::string name() const override
Algorithm's name for identification.
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.
Geometry::Instrument_const_sptr inst
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.