|
Mantid
|
#include "MantidAlgorithms/CombineDiffCal.h"#include "MantidAPI/SpectrumInfo.h"#include "MantidAPI/TableRow.h"#include "MantidDataObjects/MaskWorkspace.h"#include "MantidDataObjects/OffsetsWorkspace.h"#include "MantidDataObjects/TableWorkspace.h"Go to the source code of this file.
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::Algorithms |
| namespace | Mantid::Algorithms::ColNames |
| namespace | Mantid::Algorithms::PropertyNames |
| A private namespace for property names. | |
Functions | |
| void | Mantid::Algorithms::addRowFromPreviousCalibration (DataObjects::TableWorkspace_sptr &ws, const DataObjects::TableWorkspace_sptr &previousTable, const std::size_t rowNum) |
| std::shared_ptr< Mantid::API::TableRow > | Mantid::Algorithms::binarySearchForRow (const API::ITableWorkspace_sptr &ws, const int detid, const size_t lastStart) |
| bool | Mantid::Algorithms::findColumn (const std::vector< std::string > &columnNames, const std::string &name) |
| std::string | Mantid::Algorithms::generateErrorString (const DataObjects::TableWorkspace_sptr &ws) |