Mantid
|
MDBin : Class describing a single bin in a dense, Multidimensional histogram. More...
#include <MDBin.h>
Public Member Functions | |
MDBin () | |
Public Attributes | |
signal_t | m_errorSquared |
The accumulated error (squared) in this bin. More... | |
size_t | m_index |
Index of where this bin lands into the broader histogrammed workspace. More... | |
coord_t | m_max [nd] |
The maximum edge of the bin for each dimension in the workspace. More... | |
coord_t | m_min [nd] |
The minimum edge of the bin for each dimension in the workspace. More... | |
signal_t | m_signal |
The accumulated signal in this bin. More... | |
MDBin : Class describing a single bin in a dense, Multidimensional histogram.
This object will get passed around by MDBox'es and accumulate the total signal of events contained in it. The signal (and error) of each bin will be used to make the big dense histogram.
NOTE: For now, will only support bins that are aligned with the workspace axes (no rotation!), but in future it will be extended.
nd | :: the number of dimensions **in the workspace being binned, not the output workspace ** |
Mantid::DataObjects::MDBin::MDBin | ( | ) |
signal_t Mantid::DataObjects::MDBin::m_errorSquared |
size_t Mantid::DataObjects::MDBin::m_index |
coord_t Mantid::DataObjects::MDBin::m_max[nd] |
coord_t Mantid::DataObjects::MDBin::m_min[nd] |
signal_t Mantid::DataObjects::MDBin::m_signal |