|
Mantid
|
#include "MantidCrystal/PredictPeaks.h"#include "MantidAPI/IMDEventWorkspace.h"#include "MantidAPI/MatrixWorkspace.h"#include "MantidAPI/Run.h"#include "MantidAPI/Sample.h"#include "MantidCrystal/PeakAlgorithmHelpers.h"#include "MantidDataObjects/LeanElasticPeaksWorkspace.h"#include "MantidDataObjects/PeaksWorkspace.h"#include "MantidGeometry/Crystal/BasicHKLFilters.h"#include "MantidGeometry/Crystal/EdgePixel.h"#include "MantidGeometry/Crystal/HKLFilterWavelength.h"#include "MantidGeometry/Crystal/HKLGenerator.h"#include "MantidGeometry/Crystal/StructureFactorCalculatorSummation.h"#include "MantidGeometry/Instrument/DetectorInfo.h"#include "MantidGeometry/Instrument/Goniometer.h"#include "MantidGeometry/Instrument/RectangularDetector.h"#include "MantidGeometry/Instrument/ReferenceFrame.h"#include "MantidGeometry/Objects/BoundingBox.h"#include "MantidGeometry/Objects/InstrumentRayTracer.h"#include "MantidKernel/BoundedValidator.h"#include "MantidKernel/EnabledWhenProperty.h"#include "MantidKernel/ListValidator.h"#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 |