|
Mantid
|
#include "MantidFrameworkTestHelpers/MDAlgorithmsTestHelper.h"#include "MantidAPI/AnalysisDataService.h"#include "MantidAPI/FrameworkManager.h"#include "MantidFrameworkTestHelpers/MDEventsTestHelper.h"Go to the source code of this file.
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::MDAlgorithms |
| namespace | Mantid::MDAlgorithms::MDAlgorithmsTestHelper |
Functions | |
| DataObjects::MDEventWorkspace3Lean::sptr | Mantid::MDAlgorithms::MDAlgorithmsTestHelper::makeFileBackedMDEW (const std::string &wsName, bool fileBacked, long numEvents, Kernel::SpecialCoordinateSystem coord) |
| Make a (optionally) file backed MDEventWorkspace with nEvents fake data points the points are randomly distributed within the box (nEvents>0) or homogeneously and regularly spread through the box (nEvents<0) | |
| DataObjects::MDEventWorkspace3Lean::sptr | Mantid::MDAlgorithms::MDAlgorithmsTestHelper::makeFileBackedMDEWwithMDFrame (const std::string &wsName, bool fileBacked, const Mantid::Geometry::MDFrame &frame, long numEvents, Kernel::SpecialCoordinateSystem coord) |
| Make a (optionally) file backed MDEventWorkspace with nEvents fake data points the points are randomly distributed within the box (nEvents>0) or homogeneously and regularly spread through the box (nEvents<0) | |