|
Mantid
|
#include "MantidMDAlgorithms/MDNorm.h"#include "MantidAPI/CommonBinsValidator.h"#include "MantidAPI/IMDEventWorkspace.h"#include "MantidAPI/InstrumentValidator.h"#include "MantidAPI/Run.h"#include "MantidAPI/Sample.h"#include "MantidAPI/SpectrumInfo.h"#include "MantidDataObjects/MDHistoWorkspace.h"#include "MantidGeometry/Crystal/OrientedLattice.h"#include "MantidGeometry/Crystal/PointGroupFactory.h"#include "MantidGeometry/Crystal/SpaceGroupFactory.h"#include "MantidGeometry/Crystal/SymmetryOperationFactory.h"#include "MantidGeometry/Instrument.h"#include "MantidGeometry/MDGeometry/HKL.h"#include "MantidGeometry/MDGeometry/MDFrameFactory.h"#include "MantidGeometry/MDGeometry/QSample.h"#include "MantidKernel/ArrayLengthValidator.h"#include "MantidKernel/ArrayProperty.h"#include "MantidKernel/CompositeValidator.h"#include "MantidKernel/ConfigService.h"#include "MantidKernel/Exception.h"#include "MantidKernel/Strings.h"#include "MantidKernel/UnitLabelTypes.h"#include "MantidKernel/VectorHelper.h"#include "MantidKernel/VisibleWhenProperty.h"#include <algorithm>#include <boost/lexical_cast.hpp>Go to the source code of this file.
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::MDAlgorithms |