#include "MantidAPI/FrameworkManager.h"
#include "MantidAPI/AlgorithmManager.h"
#include "MantidAPI/AnalysisDataService.h"
#include "MantidAPI/InstrumentDataService.h"
#include "MantidAPI/WorkspaceGroup.h"
#include "MantidKernel/Exception.h"
#include "MantidKernel/LibraryManager.h"
#include "MantidKernel/Memory.h"
#include "MantidKernel/MultiThreaded.h"
#include "MantidKernel/PropertyManagerDataService.h"
#include "MantidKernel/UsageService.h"
#include <boost/algorithm/string/split.hpp>
#include <nexus/NeXusFile.hpp>
#include <Poco/ActiveResult.h>
#include <clocale>
#include <cstdarg>
#include <memory>
#include "tbb/global_control.h"
Go to the source code of this file.
|
namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments.
|
|
namespace | Mantid::API |
|
◆ TBB_HAS_GLOBAL_CONTROL
#define TBB_HAS_GLOBAL_CONTROL |