|
Mantid
|
#include "MantidMDAlgorithms/LoadSQW.h"#include "MantidAPI/FileProperty.h"#include "MantidAPI/IMDEventWorkspace.h"#include "MantidAPI/Progress.h"#include "MantidAPI/RegisterFileLoader.h"#include "MantidAPI/Run.h"#include "MantidAPI/Sample.h"#include "MantidAPI/WorkspaceProperty.h"#include "MantidDataObjects/BoxControllerNeXusIO.h"#include "MantidDataObjects/MDBox.h"#include "MantidGeometry/Crystal/OrientedLattice.h"#include "MantidGeometry/Instrument/Goniometer.h"#include "MantidGeometry/MDGeometry/MDHistoDimensionBuilder.h"#include "MantidKernel/CPUTimer.h"#include "MantidKernel/DiskBuffer.h"#include "MantidKernel/Matrix.h"#include "MantidKernel/Memory.h"#include "MantidKernel/PropertyWithValue.h"#include "MantidKernel/ThreadPool.h"#include "MantidKernel/ThreadScheduler.h"#include <cfloat>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::LoadSQWHelper |
| LoadSQW : Load an SQW file and read observations in as events to generate a IMDEventWorkspace, with events in reciprocal space (Qx, Qy, Qz) | |