Mantid
|
#include "MantidAPI/IFileLoader.h"
#include "MantidDataHandling/DllConfig.h"
#include "MantidDataObjects/EventWorkspace.h"
#include "MantidKernel/FileDescriptor.h"
Go to the source code of this file.
Classes | |
struct | Mantid::DataHandling::CoincidenceEvent |
A detected neutron. More... | |
struct | Mantid::DataHandling::DetectorWord |
Holds the 128 bit words from the detector. More... | |
union | Mantid::DataHandling::EventUnion |
Is able to hold all versions of the data words in the same memory location. More... | |
struct | Mantid::DataHandling::GenericEvent |
Generic event to separate bits. More... | |
class | Mantid::DataHandling::LoadNGEM |
struct | Mantid::DataHandling::T0FrameEvent |
Indicate time 0, the start of a new frame. More... | |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::DataHandling |
Variables | |
static constexpr uint64_t | Mantid::DataHandling::CONTIN_ID_VALUE = 0x4F |
static constexpr uint64_t | Mantid::DataHandling::EVENT_ID_MASK = 0x40 |