One bin of the histogram. More...
Public Member Functions | |
Bin () | |
Default constructor. | |
Public Attributes | |
double | contents |
Contents of the bin. | |
double | contentsSq |
Contents squared for the error. | |
double | limit |
The limit for the bin. | |
double | data |
The experimental value for the bin. | |
double | dataerror |
The error on the experimental value for the bin. | |
long | points |
The number of points in the bin. | |
One bin of the histogram.
limit is the lower bound of the bin.
Definition at line 343 of file Histogram.h.
|
inline |
Default constructor.
Definition at line 347 of file Histogram.h.
double Herwig::Histogram::Bin::contents |
Contents of the bin.
Definition at line 352 of file Histogram.h.
double Herwig::Histogram::Bin::contentsSq |
Contents squared for the error.
Definition at line 357 of file Histogram.h.
double Herwig::Histogram::Bin::data |
The experimental value for the bin.
Definition at line 367 of file Histogram.h.
double Herwig::Histogram::Bin::dataerror |
The error on the experimental value for the bin.
Definition at line 372 of file Histogram.h.
double Herwig::Histogram::Bin::limit |
The limit for the bin.
Definition at line 362 of file Histogram.h.
long Herwig::Histogram::Bin::points |
The number of points in the bin.
Definition at line 377 of file Histogram.h.