|
Mantid
|
#include "MantidAlgorithms/TOFSANSResolutionByPixel.h"#include "MantidAPI/SpectrumInfo.h"#include "MantidAPI/WorkspaceUnitValidator.h"#include "MantidAlgorithms/GravitySANSHelper.h"#include "MantidAlgorithms/SANSCollimationLengthEstimator.h"#include "MantidAlgorithms/TOFSANSResolutionByPixelCalculator.h"#include "MantidDataObjects/Workspace2D.h"#include "MantidGeometry/Instrument.h"#include "MantidKernel/ArrayProperty.h"#include "MantidKernel/BoundedValidator.h"#include "MantidKernel/ITimeSeriesProperty.h"#include "MantidKernel/Interpolation.h"#include "MantidKernel/UnitFactory.h"#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::Algorithms |