|
Mantid
|
#include "MantidAPI/DllConfig.h"#include "MantidKernel/PropertyWithValue.h"#include "MantidKernel/Statistics.h"#include "MantidNexus/NexusDescriptor.h"#include <memory>#include <vector>Go to the source code of this file.
Classes | |
| class | Mantid::API::LogManager |
| This class contains the information about the log entries. More... | |
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::API |
| namespace | Mantid::Kernel |
| namespace | Mantid::Types |
| namespace | Mantid::Types::Core |
Typedefs | |
| using | Mantid::API::LogManager_const_sptr = std::shared_ptr< const LogManager > |
| shared pointer to the logManager base class (const version) | |
| using | Mantid::API::LogManager_sptr = std::shared_ptr< LogManager > |
| shared pointer to the logManager base class | |
| using | Mantid::Kernel::SplittingIntervalVec = std::vector< SplittingInterval > |
| A typedef for splitting events according their pulse time. | |