class HistDataRef : public HistDataDescriptor Object for storing referenced plotting data
| | fNBinx number of bins |
| | fNEnt number of data entries |
This data descriptor stores a m x n data matrix. The supplied data matrix is adopted by the descriptor.
int fNEnt
HistDataRef()
HistDataRef(double lowedge, double spacing, double* dat, double* err, double* stat, int nbin, const char* xlabel, const char* nlabel, int& nent )
spacing - Bin spacing
dat - Pointer to bin contens
err - Pointer to bin errors
nbin - number of bins
xlabel - X-axis label
nlabel - bin content axis label
nent - number of data entries to the histogram
HistDataRef(double* bin, double* dat, double* err, double* stat, int nbin, const char* xlabel, const char* nlabel, int& nent )
err - Pointer to bin errors
nbin - number of bins
xlabel - X-axis label
nlabel - bin content axis label
nent - number of data entries to the histogram
alphabetic index hierarchy of classes
Please send questions and comments to zweizig_j@ligo.caltech.edu
generated by doc++