Mantid
|
#include "MantidDataObjects/EventWorkspace.h"
#include "MantidDataObjects/Peak.h"
#include "MantidDataObjects/PeakShapeEllipsoid.h"
#include "MantidKernel/Matrix.h"
#include "MantidKernel/V3D.h"
#include "MantidMDAlgorithms/DllConfig.h"
#include <memory>
#include <tuple>
#include <unordered_map>
#include <vector>
Go to the source code of this file.
Classes | |
struct | Mantid::MDAlgorithms::CellCoords |
Partition QLab space into a cubic lattice. More... | |
class | Mantid::MDAlgorithms::IntegrateQLabEvents |
This is a low-level class to construct a map with lists of events near each peak Q-vector in the lab frame. More... | |
struct | Mantid::MDAlgorithms::OccupiedCell |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::Geometry |
namespace | Mantid::MDAlgorithms |
Typedefs | |
using | Mantid::MDAlgorithms::SlimEvent = std::pair< std::pair< double, double >, V3D > |
using | Mantid::MDAlgorithms::SlimEvents = std::vector< SlimEvent > |