|
Mantid
|
#include "MantidCrystal/OptimizeLatticeForCellType.h"#include "MantidAPI/AnalysisDataService.h"#include "MantidAPI/FileProperty.h"#include "MantidAPI/FunctionFactory.h"#include "MantidAPI/IPeakFunction.h"#include "MantidAPI/Sample.h"#include "MantidAPI/WorkspaceFactory.h"#include "MantidCrystal/GSLFunctions.h"#include "MantidDataObjects/LeanElasticPeaksWorkspace.h"#include "MantidDataObjects/PeaksWorkspace.h"#include "MantidGeometry/Crystal/EdgePixel.h"#include "MantidGeometry/Crystal/IndexingUtils.h"#include "MantidGeometry/Crystal/OrientedLattice.h"#include "MantidGeometry/Crystal/ReducedCell.h"#include "MantidGeometry/Instrument/RectangularDetector.h"#include "MantidKernel/BoundedValidator.h"#include "MantidKernel/ListValidator.h"#include "MantidKernel/VectorHelper.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 |