Mantid
|
#include "MantidAPI/IPeaksWorkspace.h"
#include "MantidAPI/ITableWorkspace.h"
#include "MantidDataObjects/DllConfig.h"
#include "MantidDataObjects/LeanElasticPeak.h"
#include "MantidDataObjects/PeakColumn.h"
#include "MantidGeometry/Crystal/IPeak.h"
#include "MantidKernel/SpecialCoordinateSystem.h"
#include "MantidKernel/V3D.h"
Go to the source code of this file.
Classes | |
class | Mantid::DataObjects::LeanElasticPeaksWorkspace |
The class LeanElasticPeaksWorkspace stores information about a set of SCD lean peaks. More... | |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::DataObjects |
namespace | Mantid::Kernel |
Typedefs | |
using | Mantid::DataObjects::LeanElasticPeaksWorkspace_const_sptr = std::shared_ptr< const LeanElasticPeaksWorkspace > |
Typedef for a shared pointer to a const peaks workspace. More... | |
using | Mantid::DataObjects::LeanElasticPeaksWorkspace_sptr = std::shared_ptr< LeanElasticPeaksWorkspace > |
Typedef for a shared pointer to a peaks workspace. More... | |