|
Mantid
|
#include "MantidDataHandling/SaveReflectometryAscii.h"#include "MantidAPI/AnalysisDataService.h"#include "MantidAPI/FileProperty.h"#include "MantidAPI/MatrixWorkspace.h"#include "MantidAPI/Run.h"#include "MantidAPI/WorkspaceGroup.h"#include "MantidAPI/WorkspaceProperty.h"#include "MantidGeometry/Instrument.h"#include "MantidKernel/ArrayProperty.h"#include "MantidKernel/CompositeValidator.h"#include "MantidKernel/Exception.h"#include "MantidKernel/ListValidator.h"#include "MantidKernel/VisibleWhenProperty.h"#include <Poco/File.h>#include <boost/lexical_cast.hpp>#include <cmath>#include <iomanip>#include <limits>#include <map>#include <memory>#include <stdexcept>Go to the source code of this file.
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::DataHandling |