|
Mantid
|
#include "MantidCrystal/SCDPanelErrors.h"#include "MantidAPI/Algorithm.h"#include "MantidAPI/AnalysisDataService.h"#include "MantidAPI/FunctionFactory.h"#include "MantidAPI/ResizeRectangularDetectorHelper.h"#include "MantidAPI/Sample.h"#include "MantidCrystal/IndexPeaks.h"#include "MantidDataObjects/Peak.h"#include "MantidDataObjects/PeaksWorkspace.h"#include "MantidGeometry/Crystal/OrientedLattice.h"#include "MantidGeometry/Instrument.h"#include "MantidGeometry/Instrument/Component.h"#include "MantidGeometry/Instrument/RectangularDetector.h"#include "MantidKernel/FileValidator.h"#include <algorithm>#include <boost/math/special_functions/round.hpp>#include <cmath>#include <fstream>#include <sstream>#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 |