|
Mantid
|
#include "MantidDataHandling/LoadGSS.h"#include "MantidAPI/Axis.h"#include "MantidAPI/FileProperty.h"#include "MantidAPI/ISpectrum.h"#include "MantidAPI/MatrixWorkspace.h"#include "MantidAPI/RegisterFileLoader.h"#include "MantidAPI/WorkspaceFactory.h"#include "MantidGeometry/Instrument.h"#include "MantidGeometry/Instrument/CompAssembly.h"#include "MantidGeometry/Instrument/Component.h"#include "MantidGeometry/Instrument/Detector.h"#include "MantidKernel/UnitFactory.h"#include <Poco/File.h>#include <boost/regex.hpp>#include <fstream>#include <sstream>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::DataHandling |