|
Mantid
|
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 |
Holds variables tracking the data load across all files.
Definition at line 87 of file LoadNGEM.h.
| API::MatrixWorkspace_sptr Mantid::DataHandling::LoadDataResult::dataWorkspace |
Definition at line 91 of file LoadNGEM.h.
Referenced by Mantid::DataHandling::LoadNGEM::exec().
| std::vector<double> Mantid::DataHandling::LoadDataResult::frameEventCounts |
Definition at line 90 of file LoadNGEM.h.
Referenced by Mantid::DataHandling::LoadNGEM::exec().
| int Mantid::DataHandling::LoadDataResult::goodFrames = 0 |
Definition at line 89 of file LoadNGEM.h.
Referenced by Mantid::DataHandling::LoadNGEM::exec().
| int Mantid::DataHandling::LoadDataResult::rawFrames = 0 |
Definition at line 88 of file LoadNGEM.h.
Referenced by Mantid::DataHandling::LoadNGEM::exec().