|
Mantid
|
#include "MantidAlgorithms/ConvertDiffCal.h"#include "MantidAPI/IAlgorithm.h"#include "MantidAPI/SpectrumInfo.h"#include "MantidAPI/TableRow.h"#include "MantidDataObjects/OffsetsWorkspace.h"#include "MantidDataObjects/TableWorkspace.h"#include "MantidGeometry/IComponent.h"#include "MantidGeometry/Instrument.h"#include "MantidKernel/PhysicalConstants.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 |
Functions | |
| double | Mantid::Algorithms::calculateDIFC (const OffsetsWorkspace_const_sptr &offsetsWS, const size_t index, const Mantid::API::SpectrumInfo &spectrumInfo) |
| detid_t | Mantid::Algorithms::getDetID (const OffsetsWorkspace_const_sptr &offsetsWS, const size_t index) |
| double | Mantid::Algorithms::getOffset (const OffsetsWorkspace_const_sptr &offsetsWS, const detid_t detid) |