|
Mantid
|
#include "MantidCrystal/LoadIsawPeaks.h"#include "MantidAPI/AnalysisDataService.h"#include "MantidAPI/FileProperty.h"#include "MantidAPI/RegisterFileLoader.h"#include "MantidAPI/Run.h"#include "MantidAPI/Sample.h"#include "MantidAPI/WorkspaceFactory.h"#include "MantidCrystal/CalibrationHelpers.h"#include "MantidCrystal/SCDCalibratePanels.h"#include "MantidGeometry/Crystal/OrientedLattice.h"#include "MantidGeometry/Instrument/DetectorInfo.h"#include "MantidGeometry/Instrument/Goniometer.h"#include "MantidGeometry/Instrument/RectangularDetector.h"#include "MantidKernel/OptionalBool.h"#include "MantidKernel/Strings.h"#include "MantidKernel/Unit.h"#include <boost/algorithm/string/trim.hpp>#include <map>#include <utility>Go to the source code of this file.
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::Crystal |