|
Mantid
|
#include "MantidDataHandling/LoadILLDiffraction.h"#include "MantidAPI/FileProperty.h"#include "MantidAPI/MatrixWorkspace.h"#include "MantidAPI/RegisterFileLoader.h"#include "MantidAPI/Run.h"#include "MantidAPI/WorkspaceFactory.h"#include "MantidDataHandling/H5Util.h"#include "MantidDataHandling/LoadHelper.h"#include "MantidDataObjects/ScanningWorkspaceBuilder.h"#include "MantidGeometry/Instrument/ComponentHelper.h"#include "MantidGeometry/Instrument/ComponentInfo.h"#include "MantidGeometry/Instrument/DetectorInfo.h"#include "MantidKernel/ConfigService.h"#include "MantidKernel/DateAndTime.h"#include "MantidKernel/ListValidator.h"#include "MantidKernel/OptionalBool.h"#include "MantidKernel/PropertyWithValue.h"#include "MantidKernel/TimeSeriesProperty.h"#include <H5Cpp.h>#include <Poco/Path.h>#include <boost/algorithm/string.hpp>#include <boost/math/special_functions/round.hpp>#include <nexus/napi.h>#include <numeric>Go to the source code of this file.
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::DataHandling |