|
Mantid
|
#include "MantidCrystal/SaveIsawPeaks.h"#include "MantidAPI/FileProperty.h"#include "MantidAPI/InstrumentValidator.h"#include "MantidAPI/Run.h"#include "MantidAPI/Sample.h"#include "MantidDataObjects/Peak.h"#include "MantidDataObjects/PeaksWorkspace.h"#include "MantidDataObjects/Workspace2D.h"#include "MantidGeometry/Crystal/OrientedLattice.h"#include "MantidGeometry/Instrument/Goniometer.h"#include "MantidGeometry/Instrument/RectangularDetector.h"#include "MantidKernel/FacilityInfo.h"#include "MantidKernel/InstrumentInfo.h"#include "MantidKernel/Strings.h"#include "MantidKernel/Utils.h"#include <Poco/File.h>#include <boost/algorithm/string/trim.hpp>#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::Crystal |