BornAgain
1.19.79
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Definition at line 57 of file QREDataLoader.h.
Public Member Functions | |
bool | operator== (const ColumnDefinition &other) const |
Public Attributes | |
int | column |
read the value from this raw column More... | |
bool | enabled |
shall data type be used More... | |
double | factor |
in case the raw data shall be multiplied More... | |
UnitInFile | unit |
the unit of the data in the file More... | |
bool QREDataLoader::ColumnDefinition::operator== | ( | const ColumnDefinition & | other | ) | const |
Definition at line 719 of file QREDataLoader.cpp.
References other.
int QREDataLoader::ColumnDefinition::column |
read the value from this raw column
Definition at line 59 of file QREDataLoader.h.
bool QREDataLoader::ColumnDefinition::enabled |
shall data type be used
Definition at line 58 of file QREDataLoader.h.
double QREDataLoader::ColumnDefinition::factor |
in case the raw data shall be multiplied
Definition at line 61 of file QREDataLoader.h.
UnitInFile QREDataLoader::ColumnDefinition::unit |
the unit of the data in the file
Definition at line 60 of file QREDataLoader.h.