|
Mantid
|
#include "MantidAPI/DataProcessorAlgorithm.h"#include "MantidAPI/AlgorithmManager.h"#include "MantidAPI/AlgorithmProperty.h"#include "MantidAPI/AnalysisDataService.h"#include "MantidAPI/FileFinder.h"#include "MantidAPI/IEventWorkspace.h"#include "MantidAPI/ITableWorkspace.h"#include "MantidAPI/WorkspaceFactory.h"#include "MantidKernel/Exception.h"#include "MantidKernel/FacilityInfo.h"#include "MantidKernel/PropertyManager.h"#include "MantidKernel/PropertyManagerDataService.h"#include "Poco/Path.h"#include <stdexcept>#include <utility>Go to the source code of this file.
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::API |