#include "MantidGeometry/DllConfig.h"
#include "MantidGeometry/IDetector.h"
#include "MantidGeometry/Instrument/CompAssembly.h"
#include "MantidGeometry/Instrument/GridDetector.h"
#include "MantidGeometry/Instrument/RectangularDetector.h"
#include "MantidGeometry/Instrument_fwd.h"
#include "MantidTypes/Core/DateAndTime.h"
#include <map>
#include <queue>
#include <string>
#include <tuple>
#include <unordered_map>
#include <vector>
Go to the source code of this file.
|
| MANTID_GEOMETRY_DLL double | Mantid::Geometry::Conversion::calculateDIFCCorrection (const double l1, const double l2, const double twoTheta, const double offset, const double binWidth) |
| |
| MANTID_GEOMETRY_DLL double | Mantid::Geometry::Conversion::tofToDSpacingFactor (const double l1, const double l2, const double twoTheta, const double offset) |
| | Calculate and return conversion factor from tof to d-spacing.
|
| |
| double MANTID_GEOMETRY_DLL | Mantid::Geometry::Conversion::tofToDSpacingFactor (const double l1, const double l2, const double twoTheta, const std::vector< detid_t > &detectors, const std::map< detid_t, double > &offsets) |
| |