|
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 "MantidKernel/System.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 |
Variables | |
| template class MANTID_API_DLL | Mantid::API::GenericDataProcessorAlgorithm< DistributedAlgorithm > |
| template class MANTID_API_DLL | Mantid::API::GenericDataProcessorAlgorithm< ParallelAlgorithm > |
| template class MANTID_API_DLL | Mantid::API::GenericDataProcessorAlgorithm< SerialAlgorithm > |