Mantid
|
#include <string>
Go to the source code of this file.
Macros | |
#define | MAX_MD_DIMS_POSSIBLE 11 |
The is the collection of the constants and enums, which are used in Multidimensional Workspace, usually in more then one file. More... | |
#define | MAX_REASONABLE_BIN_NUMBER 1000000 |
we are not going to rebin data on more than some number of bins. More... | |
#define MAX_MD_DIMS_POSSIBLE 11 |
The is the collection of the constants and enums, which are used in Multidimensional Workspace, usually in more then one file.
Collected here to simplify references and modifications, the dimensionsID will be replaced by proper class
@author Alex Buts, RAL ISIS @date 01/10/2010
We define maximal number of dimensionsMAX_MD_DIMS_POSSIBLE which a MD dataset can have because
Definition at line 30 of file MDWorkspaceConstants.h.
#define MAX_REASONABLE_BIN_NUMBER 1000000 |
we are not going to rebin data on more than some number of bins.
Lets set this constant as the limit for checks (in case of wrong word padding or -int casted to unsigned int)
Definition at line 35 of file MDWorkspaceConstants.h.