|
Mantid
|
#include "MantidAlgorithms/Stitch1D.h"#include "MantidAPI/AnalysisDataService.h"#include "MantidAPI/MatrixWorkspace.h"#include "MantidAPI/WorkspaceProperty.h"#include "MantidAlgorithms/RunCombinationHelpers/RunCombinationHelper.h"#include "MantidHistogramData/HistogramDx.h"#include "MantidHistogramData/HistogramE.h"#include "MantidHistogramData/HistogramX.h"#include "MantidHistogramData/HistogramY.h"#include "MantidKernel/ArrayProperty.h"#include "MantidKernel/BoundedValidator.h"#include "MantidKernel/MultiThreaded.h"#include "MantidKernel/PropertyWithValue.h"#include "MantidKernel/RebinParamsValidator.h"#include <algorithm>#include <boost/format.hpp>#include <boost/math/special_functions.hpp>#include <boost/tuple/tuple.hpp>#include <map>Go to the source code of this file.
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::Algorithms |