Mantid
|
#include "MantidAPI/IEventWorkspace.h"
#include "MantidAPI/ISpectrum.h"
#include "MantidDataObjects/DllConfig.h"
#include "MantidDataObjects/EventList.h"
#include <boost/date_time/posix_time/posix_time.hpp>
#include <string>
Go to the source code of this file.
Classes | |
class | Mantid::DataObjects::EventWorkspace |
This class is intended to fulfill the design specified in <https://github.com/mantidproject/documents/tree/master/Design/Event WorkspaceDetailed Design Document.doc> More... | |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::API |
namespace | Mantid::DataObjects |
Typedefs | |
using | Mantid::DataObjects::EventWorkspace_const_sptr = std::shared_ptr< const EventWorkspace > |
shared pointer to a const Workspace2D More... | |
using | Mantid::DataObjects::EventWorkspace_sptr = std::shared_ptr< EventWorkspace > |
shared pointer to the EventWorkspace class More... | |