|
| | h1d (int n, double min, double max) |
| | Construct a histogram with uniform binning. More...
|
| |
| | h1d (int __id, int n, double min, double max) |
| | Construct a histogram with an ID and uniform binning. More...
|
| |
| void | id (int __id) |
| | Set the histogram ID. More...
|
| |
| int | id () |
| |
| void | fill (double value) |
| | Fill the histogram with a value. More...
|
| |
| double | content (int bin) |
| | Get the content of a bin. More...
|
| |
| void | show () |
| | Print histogram contents as text columns to stdout. More...
|
| |
| void | setContent (int bin, double value) |
| | Set the content of a bin directly. More...
|
| |
| void | series (std::vector< double > &data) |
| | Extract bin contents (excluding under/overflow) into a vector. More...
|
| |
| void | print () |
| | Print an ASCII chart of the histogram to stdout. More...
|
| |
Lightweight 1D histogram.
Provides simple histogramming with fill, content access, and ASCII printing. Serializable to HIPO files and compatible with the TWIG Java visualization library.
Definition at line 89 of file twig.h.