|
Mantid
|
#include "MantidDataHandling/SaveGSS.h"#include "MantidAPI/AlgorithmHistory.h"#include "MantidAPI/FileProperty.h"#include "MantidAPI/MatrixWorkspace.h"#include "MantidAPI/WorkspaceHistory.h"#include "MantidGeometry/Instrument.h"#include "MantidKernel/ArrayBoundedValidator.h"#include "MantidKernel/ArrayLengthValidator.h"#include "MantidKernel/ArrayProperty.h"#include "MantidKernel/CompositeValidator.h"#include "MantidKernel/Exception.h"#include "MantidKernel/ListValidator.h"#include "MantidKernel/PhysicalConstants.h"#include "MantidKernel/TimeSeriesProperty.h"#include "MantidKernel/VisibleWhenProperty.h"#include <Poco/File.h>#include <Poco/Path.h>#include <fstream>Go to the source code of this file.
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::DataHandling |