|
Mantid
|
#include "MantidAPI/DllConfig.h"#include "MantidAPI/SpectrumInfoIterator.h"#include "MantidKernel/DeltaEMode.h"#include "MantidKernel/Unit.h"#include "MantidKernel/V3D.h"#include "MantidKernel/cow_ptr.h"#include <memory>#include <vector>Go to the source code of this file.
Classes | |
| class | Mantid::API::SpectrumInfo |
| API::SpectrumInfo is an intermediate step towards a SpectrumInfo that is part of Instrument-2.0. More... | |
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::API |
| namespace | Mantid::Beamline |
| namespace | Mantid::Geometry |
Typedefs | |
| using | Mantid::detid_t = int32_t |
| Typedef for a detector ID. More... | |
| using | Mantid::API::SpectrumInfoConstIt = SpectrumInfoIterator< const SpectrumInfo > |
| using | Mantid::API::SpectrumInfoIt = SpectrumInfoIterator< SpectrumInfo > |