Mantid
|
#include "MantidDataObjects/EventWorkspace.h"
#include "MantidAPI/Algorithm.h"
#include "MantidAPI/ISpectrum.h"
#include "MantidAPI/Progress.h"
#include "MantidAPI/RefAxis.h"
#include "MantidAPI/Run.h"
#include "MantidAPI/SpectraAxis.h"
#include "MantidAPI/SpectrumInfo.h"
#include "MantidAPI/WorkspaceFactory.h"
#include "MantidDataObjects/EventWorkspaceMRU.h"
#include "MantidGeometry/IDetector.h"
#include "MantidGeometry/Instrument.h"
#include "MantidKernel/CPUTimer.h"
#include "MantidKernel/DateAndTime.h"
#include "MantidKernel/Exception.h"
#include "MantidKernel/FunctionTask.h"
#include "MantidKernel/IPropertyManager.h"
#include "MantidKernel/MultiThreaded.h"
#include "MantidKernel/TimeSeriesProperty.h"
#include "tbb/parallel_for.h"
#include <algorithm>
#include <limits>
#include <numeric>
Go to the source code of this file.
Classes | |
class | Mantid::DataObjects::EventSortingTask |
Task for sorting an event list. More... | |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::DataObjects |
namespace | Mantid::Kernel |
Functions | |
template<> | |
DLLExport Mantid::DataObjects::EventWorkspace_const_sptr | Mantid::Kernel::IPropertyManager::getValue< Mantid::DataObjects::EventWorkspace_const_sptr > (const std::string &name) const |
template<> | |
DLLExport Mantid::DataObjects::EventWorkspace_sptr | Mantid::Kernel::IPropertyManager::getValue< Mantid::DataObjects::EventWorkspace_sptr > (const std::string &name) const |