Mantid
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Mantid::DataHandling::LoadISISNexus2::SpectraBlock Struct Reference

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
 

Detailed Description

Spectra block descriptor.

Definition at line 77 of file LoadISISNexus2.h.

Constructor & Destructor Documentation

◆ SpectraBlock()

Mantid::DataHandling::LoadISISNexus2::SpectraBlock::SpectraBlock ( int64_t  f,
int64_t  l,
bool  is_mon,
const std::string &  monname 
)
inline

Constructor - initialize the block.

Definition at line 79 of file LoadISISNexus2.h.

Member Data Documentation

◆ first

int64_t Mantid::DataHandling::LoadISISNexus2::SpectraBlock::first

first spectrum number of the block

Definition at line 82 of file LoadISISNexus2.h.

◆ isMonitor

bool Mantid::DataHandling::LoadISISNexus2::SpectraBlock::isMonitor

is the data in a monitor group

Definition at line 84 of file LoadISISNexus2.h.

◆ last

int64_t Mantid::DataHandling::LoadISISNexus2::SpectraBlock::last

last spectrum number of the block

Definition at line 83 of file LoadISISNexus2.h.

◆ monName

std::string Mantid::DataHandling::LoadISISNexus2::SpectraBlock::monName

Definition at line 85 of file LoadISISNexus2.h.


The documentation for this struct was generated from the following file: