Mantid
Loading...
Searching...
No Matches
Public Attributes | List of all members
Mantid::DataHandling::LoadDataResult Struct Reference

Holds variables tracking the data load across all files. More...

#include <LoadNGEM.h>

Public Attributes

API::MatrixWorkspace_sptr dataWorkspace
 
std::vector< double > frameEventCounts
 
int goodFrames = 0
 
int rawFrames = 0
 

Detailed Description

Holds variables tracking the data load across all files.

Definition at line 87 of file LoadNGEM.h.

Member Data Documentation

◆ dataWorkspace

API::MatrixWorkspace_sptr Mantid::DataHandling::LoadDataResult::dataWorkspace

Definition at line 91 of file LoadNGEM.h.

Referenced by Mantid::DataHandling::LoadNGEM::exec().

◆ frameEventCounts

std::vector<double> Mantid::DataHandling::LoadDataResult::frameEventCounts

Definition at line 90 of file LoadNGEM.h.

Referenced by Mantid::DataHandling::LoadNGEM::exec().

◆ goodFrames

int Mantid::DataHandling::LoadDataResult::goodFrames = 0

Definition at line 89 of file LoadNGEM.h.

Referenced by Mantid::DataHandling::LoadNGEM::exec().

◆ rawFrames

int Mantid::DataHandling::LoadDataResult::rawFrames = 0

Definition at line 88 of file LoadNGEM.h.

Referenced by Mantid::DataHandling::LoadNGEM::exec().


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