Mantid
|
#include "MantidAPI/DllConfig.h"
#include "MantidAPI/SpectraDetectorTypes.h"
#include "MantidGeometry/Instrument_fwd.h"
#include "MantidKernel/DeltaEMode.h"
#include "MantidKernel/NexusHDF5Descriptor.h"
#include "MantidKernel/Unit.h"
#include "MantidKernel/V3D.h"
#include "MantidKernel/cow_ptr.h"
#include <mutex>
Go to the source code of this file.
Classes | |
class | Mantid::API::ExperimentInfo |
This class is shared by a few Workspace types and holds information related to a particular experiment/run: More... | |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::API |
namespace | Mantid::Beamline |
namespace | Mantid::Geometry |
namespace | Mantid::Kernel |
Typedefs | |
using | Mantid::API::ExperimentInfo_const_sptr = std::shared_ptr< const ExperimentInfo > |
Shared pointer to const ExperimentInfo. More... | |
using | Mantid::API::ExperimentInfo_sptr = std::shared_ptr< ExperimentInfo > |
Shared pointer to ExperimentInfo. More... | |