|
Mantid
|
#include "MantidAlgorithms/RadiusSum.h"#include "MantidAPI/MatrixWorkspace.h"#include "MantidAPI/NumericAxis.h"#include "MantidAPI/SpectrumInfo.h"#include "MantidAPI/WorkspaceFactory.h"#include "MantidGeometry/IDetector.h"#include "MantidGeometry/IObjComponent.h"#include "MantidGeometry/Objects/BoundingBox.h"#include "MantidKernel/ArrayLengthValidator.h"#include "MantidKernel/ArrayProperty.h"#include "MantidKernel/BoundedValidator.h"#include "MantidKernel/Unit.h"#include "MantidKernel/UnitFactory.h"#include "MantidKernel/VisibleWhenProperty.h"#include "MantidHistogramData/LinearGenerator.h"#include <array>#include <cmath>#include <limits>#include <numeric>#include <sstream>Go to the source code of this file.
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::Algorithms |