Mantid
|
Spectra block descriptor. More...
#include <LoadISISNexus2.h>
Public Member Functions | |
SpectraBlock (int64_t f, int64_t l, bool is_mon, const std::string &monname) | |
Constructor - initialize the block. More... | |
Public Attributes | |
int64_t | first |
first spectrum number of the block More... | |
bool | isMonitor |
is the data in a monitor group More... | |
int64_t | last |
last spectrum number of the block More... | |
std::string | monName |
Spectra block descriptor.
Definition at line 77 of file LoadISISNexus2.h.
|
inline |
Constructor - initialize the block.
Definition at line 79 of file LoadISISNexus2.h.
int64_t Mantid::DataHandling::LoadISISNexus2::SpectraBlock::first |
first spectrum number of the block
Definition at line 82 of file LoadISISNexus2.h.
bool Mantid::DataHandling::LoadISISNexus2::SpectraBlock::isMonitor |
is the data in a monitor group
Definition at line 84 of file LoadISISNexus2.h.
int64_t Mantid::DataHandling::LoadISISNexus2::SpectraBlock::last |
last spectrum number of the block
Definition at line 83 of file LoadISISNexus2.h.
std::string Mantid::DataHandling::LoadISISNexus2::SpectraBlock::monName |
Definition at line 85 of file LoadISISNexus2.h.