|
Mantid
|
#include "MantidDataHandling/LoadGSASInstrumentFile.h"#include "MantidAPI/FileProperty.h"#include "MantidAPI/InstrumentDataService.h"#include "MantidAPI/MatrixWorkspace.h"#include "MantidAPI/TableRow.h"#include "MantidAPI/WorkspaceGroup.h"#include "MantidAPI/WorkspaceProperty.h"#include "MantidDataHandling/LoadFullprofResolution.h"#include "MantidDataHandling/LoadParameterFile.h"#include "MantidGeometry/Instrument.h"#include "MantidGeometry/Instrument/InstrumentDefinitionParser.h"#include "MantidKernel/ArrayProperty.h"#include <boost/algorithm/string.hpp>#include <boost/algorithm/string/finder.hpp>#include <boost/algorithm/string/iter_find.hpp>#include <boost/algorithm/string/predicate.hpp>#include <boost/algorithm/string/trim.hpp>#include <Poco/DOM/AutoPtr.h>#include <Poco/DOM/DOMWriter.h>#include <Poco/DOM/Element.h>#include <algorithm>#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 |