Mantid
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
Integrate3DEvents.h File Reference
#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

class  Mantid::MDAlgorithms::Integrate3DEvents
 This is a low-level class to construct a map with lists of events near each peak Q-vector, shifted to be centered at (0,0,0). More...
 
struct  Mantid::MDAlgorithms::IntegrationParameters
 

Namespaces

namespace  Mantid
 Helper class which provides the Collimation Length for SANS instruments.
 
namespace  Mantid::DataObjects
 
namespace  Mantid::Geometry
 
namespace  Mantid::MDAlgorithms
 

Typedefs

using Mantid::MDAlgorithms::EventListMap = std::unordered_map< int64_t, std::vector< std::pair< std::pair< double, double >, Mantid::Kernel::V3D > > >
 
using Mantid::MDAlgorithms::PeakQMap = std::unordered_map< int64_t, Mantid::Kernel::V3D >